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

34 lines
702 B
JSON
Raw Permalink Normal View History

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