增加s5出vless入

This commit is contained in:
lingling 2025-02-14 20:56:41 +08:00
parent 0af7bac4f3
commit 16ba760868
1 changed files with 32 additions and 0 deletions

32
vless_in_s5_out1.json Normal file
View File

@ -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": "185.145.242.105",
"port": 7778,
"users": [{
"user": "X5H1R7q0i0C9",
"pass": "N6u1F0G5u8p0"
}]
}]
}
}]
}