This commit is contained in:
233boy
2019-01-05 16:04:16 +08:00
parent 3ecb6847e6
commit 620ec46f5a
100 changed files with 4910 additions and 261164 deletions

11
templates/ss.json Normal file
View File

@@ -0,0 +1,11 @@
{
"protocol": "shadowsocks",
"port": 6666, // port
"settings": {
"method": "chacha20-ietf", // options > [aes-256-cfb, aes-128-cfb, chacha20, chacha20-ietf, aes-256-gcm, aes-128-gcm, chacha20-ietf-poly1305]
"password": "233blog.com", // password
"network": "tcp,udp",
"level": 1,
"ota": false
}
}