Advertisement
zikoman

عتتمتنماة

Apr 11th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. {
  2.   "dns": {
  3.     "servers": [
  4.       "8.8.8.8"
  5.     ]
  6.   },
  7.   "inbounds": [
  8.     {
  9.       "listen": "127.0.0.1",
  10.       "port": 10808,
  11.       "protocol": "socks",
  12.       "settings": {
  13.         "auth": "noauth",
  14.         "udp": true,
  15.         "userLevel": 8
  16.       },
  17.       "sniffing": {
  18.         "destOverride": [
  19.           "http",
  20.           "tls"
  21.         ],
  22.         "enabled": false
  23.       },
  24.       "tag": "socks"
  25.     },
  26.     {
  27.       "listen": "127.0.0.1",
  28.       "port": 10809,
  29.       "protocol": "http",
  30.       "settings": {
  31.         "userLevel": 8
  32.       },
  33.       "tag": "http"
  34.     }
  35.   ],
  36.   "log": {
  37.     "loglevel": "warning"
  38.   },
  39.   "outbounds": [
  40.     {
  41.       "mux": {
  42.         "concurrency": -1,
  43.         "enabled": false
  44.       },
  45.       "protocol": "vmess",
  46.       "settings": {
  47.         "vnext": [
  48.           {
  49.             "address": "hsbbbo.digi.com.my.cloud.google.com.dns001.cf",
  50.             "port": 443,
  51.             "users": [
  52.               {
  53.                 "alterId": 64,
  54.                 "id": "42114fe2-c796-44b3-aba4-4221e3753157",
  55.                 "level": 8,
  56.                 "security": "auto"
  57.               }
  58.             ]
  59.           }
  60.         ]
  61.       },
  62.       "streamSettings": {
  63.         "network": "ws",
  64.         "security": "tls",
  65.         "tlsSettings": {
  66.           "allowInsecure": true,
  67.           "serverName": ""
  68.         },
  69.         "wsSettings": {
  70.           "headers": {
  71.             "Host": "msabo.digi.com.my"
  72.           },
  73.           "path": "/sshocean"
  74.         }
  75.       },
  76.       "tag": "proxy"
  77.     },
  78.     {
  79.       "protocol": "freedom",
  80.       "settings": {},
  81.       "tag": "direct"
  82.     },
  83.     {
  84.       "protocol": "blackhole",
  85.       "settings": {
  86.         "response": {
  87.           "type": "http"
  88.         }
  89.       },
  90.       "tag": "block"
  91.     }
  92.   ],
  93.   "policy": {
  94.     "levels": {
  95.       "8": {
  96.         "connIdle": 300,
  97.         "downlinkOnly": 1,
  98.         "handshake": 4,
  99.         "uplinkOnly": 1
  100.       }
  101.     },
  102.     "system": {
  103.       "statsOutboundUplink": false,
  104.       "statsOutboundDownlink": false
  105.     }
  106.   },
  107.   "routing": {
  108.     "domainStrategy": "",
  109.     "rules": []
  110.   },
  111.   "stats": {}
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement