This commit is contained in:
233boy
2022-10-24 09:20:28 +08:00
commit 580debd2e2
78 changed files with 22022 additions and 0 deletions

16
templates/socks.json Normal file
View File

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