增加s5出vless入
This commit is contained in:
parent
0af7bac4f3
commit
16ba760868
|
@ -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"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue