Browse Source

v5 VMess-TCP

master
Shelikhoo 3 years ago
parent
commit
0a31af1df3
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC
  1. 36
      v5/VMess-TCP/config_client.json
  2. 34
      v5/VMess-TCP/config_server.json

36
v5/VMess-TCP/config_client.json

@ -0,0 +1,36 @@
{
"log": {
"error": {
"level": "Warning",
"type": "Console"
},
"access": {
"type": "None"
}
},
"outbounds": [
{
"protocol": "vmess",
"settings": {
"address": "",
"port": 0,
"uuid": "00000000-0000-0000-0000-000000000000"
}
}
],
"inbounds": [
{
"protocol": "socks",
"settings": {
"udpEnabled": true,
"address": "127.0.0.1"
},
"port": 1080
},
{
"protocol": "http",
"settings": {},
"port": 8080
}
]
}

34
v5/VMess-TCP/config_server.json

@ -0,0 +1,34 @@
{
"log": {
"error": {
"level": "Warning",
"type": "Console"
},
"access": {
"type": "None"
}
},
"inbounds": [
{
"protocol": "vmess",
"settings": {
"users": [
"00000000-0000-0000-0000-000000000000"
]
},
"port": 0,
"streamSettings": {
"transport": "ws",
"transportSettings": {
"path": ""
},
"security": "none"
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}
Loading…
Cancel
Save