File tree Expand file tree Collapse file tree 3 files changed +7
-78
lines changed
Expand file tree Collapse file tree 3 files changed +7
-78
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "server" : " 0.0.0.0" ,
3+ "server_port" : 8388 ,
4+ "password" : " 9iqu.cn" ,
5+ "method" : " chacha20-ietf-poly1305" ,
6+ }
Original file line number Diff line number Diff line change @@ -10,14 +10,7 @@ TimeoutStartSec=0
1010ExecStartPre =-/usr/bin/docker stop shadowsocks
1111ExecStartPre =-/usr/bin/docker kill shadowsocks
1212ExecStartPre =-/usr/bin/docker rm shadowsocks
13- ExecStart =/usr/bin/docker run --name shadowsocks -p 8388:8388/tcp -p 8388:8388/udp wenshunbiao/shadowsocks ss-server -s "0.0.0.0" \
14- -p "8388" \
15- -k "password" \
16- -m "chacha20-ietf-poly1305" \
17- -t "60" \
18- -d "8.8.8.8" \
19- -u
20-
13+ ExecStart =/usr/bin/docker run --name shadowsocks -p 8388:8388/tcp -p 8388:8388/udp -v /home/core/data/shadowsocks/config.json:/etc/shadowsocks-rust/config.json ghcr.io/shadowsocks/ssserver-rust:latest
2114ExecStop =/usr/bin/docker kill shadowsocks
2215
2316[Install]
You can’t perform that action at this time.
0 commit comments