From 3f789cd0a71f74b2ea8dd19acc1f1b70f4015e82 Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Fri, 10 Feb 2017 16:04:31 +0800 Subject: [PATCH] Clarify port_password usage in docs (#1229) --- doc/ss-manager.asciidoc | 3 +++ doc/ss-server.asciidoc | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/doc/ss-manager.asciidoc b/doc/ss-manager.asciidoc index a0248e4a..f344cffa 100644 --- a/doc/ss-manager.asciidoc +++ b/doc/ss-manager.asciidoc @@ -67,6 +67,9 @@ Set the socket timeout in seconds. The default value is 60. -c :: Use a configuration file. ++ +You may use "port_password" field inside this configuration file to bring up +multiple ss-server instances together. -i :: Send traffic through specific network interface. diff --git a/doc/ss-server.asciidoc b/doc/ss-server.asciidoc index 9b2a123f..06fd36ea 100644 --- a/doc/ss-server.asciidoc +++ b/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),