Simple Linux Panel
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.
mdserver-web/plugins/shadowsocks/tmp/shadowsocks.json

12 lines
201 B

5 years ago
{
"server":"0.0.0.0",
"local_address":"127.0.0.1",
"local_port":1080,
"port_password": {
"30008": "123123123"
},
"timeout":300,
"method":"aes-256-cfb",
"fast_open":true,
5 years ago
"workers":5
}