v2ray-examples/v5/VMess-TCP/config_client.json

36 lines
736 B
JSON
Raw Normal View History

2021-10-10 20:25:13 +01:00
{
"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
}
]
}