This commit is contained in:
Newnius 2018-11-27 10:42:57 +08:00
parent 902317aa7a
commit db14a89ef2
4 changed files with 14 additions and 0 deletions

8
usr/local/ss/config.json Normal file
View File

@ -0,0 +1,8 @@
{
"server":"127.0.0.1",
"server_port":8888,
"local_port":1080,
"password":"PASSWORD",
"method": "aes-256-cfb",
"timeout":600
}

BIN
usr/local/ss/shadowsocks-server Executable file

Binary file not shown.

3
usr/local/ss/start.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/bash
/usr/local/ss/shadowsocks-server -c /usr/local/ss/config.json

3
usr/local/ss/stop.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/bash
pkill shadowsocks