v2ray-config-text/vless_in_s5_out1.json

32 lines
536 B
JSON
Raw Permalink Normal View History

2025-02-14 20:56:41 +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": "185.145.242.105",
"port": 7778,
"users": [{
"user": "X5H1R7q0i0C9",
"pass": "N6u1F0G5u8p0"
}]
}]
}
}]
}