mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
19 lines
403 B
JSON
19 lines
403 B
JSON
|
[
|
||
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
]
|