{ "log": { "level": "warn" }, "inbounds": [ { "type": "socks", "tag": "socks-in", "listen": "0.0.0.0", "listen_port": 1080 } ], "outbounds": [ { "type": "vless", "tag": "proxy-out", "server": "CHANGE_ME.example.com", "server_port": 443, "uuid": "CHANGE_ME-uuid", "packet_encoding": "xudp", "tls": { "enabled": true, "server_name": "CHANGE_ME.example.com", "alpn": ["http/1.1"], "utls": { "enabled": true, "fingerprint": "chrome" } }, "transport": { "type": "ws", "path": "/api/stream" } } ], "route": { "final": "proxy-out" } }