File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ To run in the foreground:
81
81
82
82
To run in the background:
83
83
84
- sudo ssserver -c /etc/shadowsocks.json -d start
85
- sudo ssserver -c /etc/shadowsocks.json -d stop
84
+ ssserver -c /etc/shadowsocks.json -d start
85
+ ssserver -c /etc/shadowsocks.json -d stop
86
86
87
87
On your client machine, use the same configuration as your server. Check the
88
88
README of your client for more information.
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ To run in the background:
111
111
112
112
::
113
113
114
- sudo ssserver -c /etc/shadowsocks.json -d start
115
- sudo ssserver -c /etc/shadowsocks.json -d stop
114
+ ssserver -c /etc/shadowsocks.json -d start
115
+ ssserver -c /etc/shadowsocks.json -d stop
116
116
117
117
On your client machine, use the same configuration as your server. Check
118
118
the README of your client for more information.
You can’t perform that action at this time.
0 commit comments