v2ray-config-text/vless_in_s5_out

32 lines
534 B
Plaintext
Raw Normal View History

2025-01-09 20:15:44 +08:00
{
"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"
}]
}]
}
}]
}