| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | 
							- {
 
-     "log": {
 
-         "loglevel": "warning"
 
-     },
 
-     "routing": {
 
-         "domainStrategy": "AsIs",
 
-         "rules": [
 
-             {
 
-                 "type": "field",
 
-                 "ip": [
 
-                     "geoip:private"
 
-                 ],
 
-                 "outboundTag": "direct"
 
-             }
 
-         ]
 
-     },
 
-     "inbounds": [
 
-         {
 
-             "listen": "::1",
 
-             "port": "1080",
 
-             "protocol": "socks",
 
-             "settings": {
 
-                 "auth": "noauth",
 
-                 "udp": true,
 
-                 "ip": "::1"
 
-             }
 
-         },
 
-         {
 
-             "listen": "::1",
 
-             "port": "1081",
 
-             "protocol": "http"
 
-         }
 
-     ],
 
-     "outbounds": [
 
-         {
 
-             "protocol": "vmess",
 
-             "settings": {
 
-                 "vnext": [
 
-                     {
 
-                         "address": "",
 
-                         "port": 1234,
 
-                         "users": [
 
-                             {
 
-                                 "id": "",
 
-                                 "security": "none"
 
-                             }
 
-                         ]
 
-                     }
 
-                 ]
 
-             },
 
-             "streamSettings": {
 
-                 "network": "http",
 
-                 "security": "tls",
 
-                 "tlsSettings": {
 
-                     "fingerprint": "chrome" // uTLS fingerprint as traffic camouflage, can be either "chrome" or "firefox" or deleted entirely to disable uTLS
 
-                 }
 
-             },
 
-             "tag": "proxy"
 
-         },
 
-         {
 
-             "protocol": "freedom",
 
-             "tag": "direct"
 
-         }
 
-     ]
 
- }
 
 
  |