38 lines
746 B
JSON
38 lines
746 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|