github.com/Uhtred009/v2ray-core-1@v4.31.2+incompatible/release/config/vpoint_socks_vmess.json (about) 1 { 2 "log": { 3 "loglevel": "warning" 4 }, 5 "inbounds": [{ 6 "port": 1080, 7 "listen": "127.0.0.1", 8 "protocol": "socks", 9 "settings": { 10 "auth": "noauth", 11 "udp": false, 12 "ip": "127.0.0.1" 13 } 14 }], 15 "outbounds": [{ 16 "protocol": "freedom", 17 "settings": {}, 18 "tag": "direct" 19 }], 20 "policy": { 21 "levels": { 22 "0": {"uplinkOnly": 0} 23 } 24 } 25 }