Facebook
From Me, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 152
  1. {
  2.   "log": {
  3.     "access": "",
  4.     "error": "",
  5.     "loglevel": "warning"
  6.   },
  7.   "inbounds": [
  8.     {
  9.       "tag": "socks",
  10.       "port": 10808,
  11.       "listen": "127.0.0.1",
  12.       "protocol": "socks",
  13.       "sniffing": {
  14.         "enabled": true,
  15.         "destOverride": [
  16.           "http",
  17.           "tls"
  18.         ],
  19.         "routeOnly": false
  20.       },
  21.       "settings": {
  22.         "auth": "noauth",
  23.         "udp": true,
  24.         "allowTransparent": false
  25.       }
  26.     },
  27.     {
  28.       "tag": "http",
  29.       "port": 10809,
  30.       "listen": "127.0.0.1",
  31.       "protocol": "http",
  32.       "sniffing": {
  33.         "enabled": true,
  34.         "destOverride": [
  35.           "http",
  36.           "tls"
  37.         ],
  38.         "routeOnly": false
  39.       },
  40.       "settings": {
  41.         "auth": "noauth",
  42.         "udp": true,
  43.         "allowTransparent": false
  44.       }
  45.     }
  46.   ],
  47.   "outbounds": [
  48.     {
  49.       "tag": "proxy",
  50.       "protocol": "vless",
  51.       "settings": {
  52.         "vnext": [
  53.           {
  54.             "address": "104.25.176.131",
  55.             "port": 2087,
  56.             "users": [
  57.               {
  58.                 "id": "811e7422-4f6c-4b6a-d92f-f9e6fe3d7469",
  59.                 "alterId": 0,
  60.                 "email": "[email protected]",
  61.                 "security": "auto",
  62.                 "encryption": "none",
  63.                 "flow": ""
  64.               }
  65.             ]
  66.           }
  67.         ]
  68.       },
  69.       "streamSettings": {
  70.         "network": "ws",
  71.         "security": "tls",
  72.         "tlsSettings": {
  73.           "allowInsecure": false,
  74.           "serverName": "pANel.maSoUD.CliCk",
  75.           "alpn": [
  76.             "h2",
  77.             "http/1.1"
  78.           ],
  79.           "fingerprint": "chrome",
  80.           "show": false
  81.         },
  82.         "wsSettings": {
  83.           "path": "/ws",
  84.           "headers": {
  85.             "Host": "pANel.maSoUD.CliCk"
  86.           }
  87.         },
  88.         "sockopt": {
  89.           "dialerProxy": "fragment",
  90.           "tcpKeepAliveIdle": 100,
  91.           "mark": 255,
  92.           "tcpNoDelay": true
  93.         }
  94.       },
  95.       "mux": {
  96.         "enabled": true,
  97.         "concurrency": 8
  98.       }
  99.     },
  100.     {
  101.       "tag": "fragment",
  102.       "protocol": "freedom",
  103.       "settings": {
  104.         "domainStrategy": "AsIs",
  105.         "fragment": {
  106.           "packets": "tlshello",
  107.           "length": "10-20",
  108.           "interval": "10-20"
  109.         }
  110.       },
  111.       "streamSettings": {
  112.         "sockopt": {
  113.           "tcpNoDelay": true,
  114.           "tcpKeepAliveIdle": 100
  115.         }
  116.       }
  117.     },
  118.     {
  119.       "tag": "direct",
  120.       "protocol": "freedom",
  121.       "settings": {}
  122.     },
  123.     {
  124.       "tag": "block",
  125.       "protocol": "blackhole",
  126.       "settings": {
  127.         "response": {
  128.           "type": "http"
  129.         }
  130.       }
  131.     }
  132.   ],
  133.   "routing": {
  134.     "domainStrategy": "AsIs",
  135.     "rules": [
  136.       {
  137.         "type": "field",
  138.         "inboundTag": [
  139.           "api"
  140.         ],
  141.         "outboundTag": "api",
  142.         "enabled": true
  143.       },
  144.       {
  145.         "id": "5627785659655799759",
  146.         "type": "field",
  147.         "port": "0-65535",
  148.         "outboundTag": "proxy",
  149.         "enabled": true
  150.       }
  151.     ]
  152.   }
  153. }