Facebook
From Afri, 1 Month ago, written in Plain Text.
This paste is a reply to Re: Untitled from Violet Wigeon - view diff
Embed
Download Paste or View Raw
Hits: 167
  1. {
  2.   "dns": {
  3.     "hosts": {
  4.       "domain:googleapis.cn": "googleapis.com"
  5.     },
  6.     "servers": [
  7.       "1.1.1.1"
  8.     ]
  9.   },
  10.   "inbounds": [
  11.     {
  12.       "listen": "127.0.0.1",
  13.       "port": 10808,
  14.       "protocol": "socks",
  15.       "settings": {
  16.         "auth": "noauth",
  17.         "udp": true,
  18.         "userLevel": 8
  19.       },
  20.       "sniffing": {
  21.         "destOverride": [
  22.           "http",
  23.           "tls"
  24.         ],
  25.         "enabled": true
  26.       },
  27.       "tag": "socks"
  28.     },
  29.     {
  30.       "listen": "127.0.0.1",
  31.       "port": 10809,
  32.       "protocol": "http",
  33.       "settings": {
  34.         "userLevel": 8
  35.       },
  36.       "tag": "http"
  37.     }
  38.   ],
  39.   "log": {
  40.     "loglevel": "warning"
  41.   },
  42.   "outbounds": [
  43.     {
  44.       "mux": {
  45.         "concurrency": 8,
  46.         "enabled": false
  47.       },
  48.       "protocol": "vmess",
  49.       "settings": {
  50.         "vnext": [
  51.           {
  52.             "address": "iraniran.store",
  53.             "port": 443,
  54.             "users": [
  55.               {
  56.                 "alterId": 0,
  57.                 "encryption": "",
  58.                 "flow": "",
  59.                 "id": "6ed1f352-4f43-449f-9626-deae897cace0",
  60.                 "level": 8,
  61.                 "security": "auto"
  62.               }
  63.             ]
  64.           }
  65.         ]
  66.       },
  67.       "streamSettings": {
  68.         "network": "ws",
  69.         "security": "tls",
  70.         "tlsSettings": {
  71.           "allowInsecure": false,
  72.           "serverName": ""
  73.         },
  74.         "wsSettings": {
  75.           "headers": {
  76.             "Host": ""
  77.           },
  78.           "path": "/live"
  79.         }
  80.       },
  81.       "tag": "proxy"
  82.     },
  83.     {
  84.       "protocol": "freedom",
  85.       "settings": {},
  86.       "tag": "direct"
  87.     },
  88.     {
  89.       "protocol": "blackhole",
  90.       "settings": {
  91.         "response": {
  92.           "type": "http"
  93.         }
  94.       },
  95.       "tag": "block"
  96.     }
  97.   ],
  98.   "routing": {
  99.     "domainMatcher": "mph",
  100.     "domainStrategy": "IPIfNonMatch",
  101.     "rules": [
  102.       {
  103.         "ip": [
  104.           "1.1.1.1"
  105.         ],
  106.         "outboundTag": "proxy",
  107.         "port": "53",
  108.         "type": "field"
  109.       }
  110.     ]
  111.   }
  112. }