v2ray-examples/V5-VMess-Websocket/config_server.json

38 lines
746 B
JSON
Raw Normal View History

2023-02-14 17:07:06 +00:00
{
"access": {
"type": "Console",
"level": "Warning"
},
"error": {
"type": "Console",
"level": "Warning"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 1234,
"protocol": "vmess",
"settings": {
"users": [
"UUID1",
"UUID2"
]
},
"streamSettings": {
"transport": "ws",
"security": "none"
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
]
}