V2bX/example/custom_inbound.json

19 lines
403 B
JSON
Raw Normal View History

2022-06-01 13:35:41 -04:00
[
{
"listen": "0.0.0.0",
"port": 1234,
"protocol": "socks",
"settings": {
"auth": "noauth",
"accounts": [
{
"user": "my-username",
"pass": "my-password"
}
],
"udp": false,
"ip": "127.0.0.1",
"userLevel": 0
}
}
]