添加 vless_in_s5_out
This commit is contained in:
parent
3bfc2fc662
commit
8f85e1598e
|
@ -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"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue