You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameter block for restarting shadowsocks. If shadowsocks is not running as a service, this section may look like this.
23
+
```
24
+
"sspath":"/bin/shadowsocks/sslocal",
25
+
"ssrestartcommand":[
26
+
"-c",
27
+
"/etc/shadowsocks/config.json"
28
+
],
29
+
```
30
+
31
+
```
32
+
"ssconfigsectionpath":[
33
+
"servers"
34
+
],
35
+
```
36
+
Section name in shadowsocks config file, where servers will be added. Your shadowsocks config file must contain this section even it has no servers configurations
0 commit comments