Files
v2ray/config/server/include/socks.json
2019-05-06 16:04:37 +08:00

17 lines
429 B
JSON

{
"protocol": "socks",
"port": 6666,
"settings": {
"auth": "password",
"accounts": [
{
"user": "233v2.com",
"pass": "233blog.com"
}
],
"udp": true,
"timeout": 0,
"userLevel": 1
}
}