You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
461 B
17 lines
461 B
2 years ago
|
{
|
||
|
"protocol": "socks",
|
||
|
"port": 6666, // port
|
||
|
"settings": {
|
||
|
"auth": "password",
|
||
|
"accounts": [
|
||
|
{
|
||
|
"user": "233v2.com", // username
|
||
|
"pass": "233blog.com" // passowrd
|
||
|
}
|
||
|
],
|
||
|
"udp": true,
|
||
|
"timeout": 0,
|
||
|
"userLevel": 1
|
||
|
}
|
||
|
}
|