Files
v2ray/templates/socks.json
233boy 580debd2e2 up
2022-10-24 09:20:28 +08:00

17 lines
461 B
JSON

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