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
Copy file name to clipboardExpand all lines: README.md
+60-3Lines changed: 60 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,67 @@ Parameter block for restarting shadowsocks. If shadowsocks is not running as a s
33
33
"servers"
34
34
],
35
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
37
-
Exampl of shadowsocks config.json
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.
37
+
38
+
Example of shadowsocks config.json
38
39
```
39
40
{
40
-
"local_adress"
41
+
"local_adress":"0.0.0.0"
42
+
...
43
+
"servers":[
44
+
{
45
+
"server":"permanent_server"
46
+
}
47
+
...
48
+
{
49
+
"server":"temporary_server"
50
+
}
51
+
],
52
+
"local_port":1234
53
+
...
41
54
}
42
55
```
56
+
57
+
```
58
+
"ssserverseditpos":1,
59
+
```
60
+
Position from which servers will be edited. In example above first server config will be save, other configs will be rewrite.
0 commit comments