Browse Source

Clarify port_password usage in docs (#1229)

pull/1239/head
Boyuan Yang 7 years ago
committed by Max Lv
parent
commit
3f789cd0a7
2 changed files with 8 additions and 0 deletions
  1. 3
      doc/ss-manager.asciidoc
  2. 5
      doc/ss-server.asciidoc

3
doc/ss-manager.asciidoc

@ -67,6 +67,9 @@ Set the socket timeout in seconds. The default value is 60.
-c <config_file>::
Use a configuration file.
+
You may use "port_password" field inside this configuration file to bring up
multiple ss-server instances together.
-i <interface>::
Send traffic through specific network interface.

5
doc/ss-server.asciidoc

@ -157,6 +157,7 @@ INCOMPATIBILITY
---------------
The config file of `shadowsocks-libev`(8) is slightly different from original
shadowsocks.
In order to listen to both IPv4/IPv6 address, use the following grammar in
your config json file:
....
@ -166,6 +167,10 @@ your config json file:
}
....
`ss-server`(1) also does not understand "port_password" field in config file.
If you want to start up multiple server instances with a single config file,
please try ss-manager tool. See `ss-manager`(8) for details.
SEE ALSO
--------
`ss-local`(1),

Loading…
Cancel
Save