diff --git a/vless_in_s5_out b/vless_in_s5_out new file mode 100644 index 0000000..a796955 --- /dev/null +++ b/vless_in_s5_out @@ -0,0 +1,32 @@ +{ + "inbounds": [{ + "port": 9000, + "protocol": "vless", + "settings": { + "clients": [{ + "id": "2ee57806-f6e4-482a-ef08-7360c04cd3e5", + "alterId": 64 + }], + "decryption": "none" + }, + "streamSettings": { + "network": "ws", + "wsSettings": { + "path": "/" + } + } + }], + "outbounds": [{ + "protocol": "socks", + "settings": { + "servers": [{ + "address": "196.44.121.85", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + } + }] +} \ No newline at end of file