diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-05-06 15:59:14 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-05-09 06:13:44 +0000 |
commit | afe7d3424003b4f5c44458f1e8dd8ed3ee818fb6 (patch) | |
tree | 96e0c4f342e637d88200b7f3d4b5eaf282a9bb55 /net/shadowsocks-libev/README.md | |
parent | 87dc5dd7dd1dfb4706d71529ff23508046171678 (diff) |
shadowsocks-libev: move plugin options to server section
Plugin options are properties of shadowsocks deployment as a whole,
including both server and each client components. Multiple client
instances accessing the same server will need to share the same plugin
settings
With this change, plugin options will need to specified to "server" and
"ss-server" section, not to each component section.
Fixes: c19e949 ("shadowsocks-libev: add plugin options support")
Reference: https://github.com/openwrt/packages/issues/8903#issuecomment-489674137
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/shadowsocks-libev/README.md')
-rw-r--r-- | net/shadowsocks-libev/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/shadowsocks-libev/README.md b/net/shadowsocks-libev/README.md index 30181ce25..742d1316b 100644 --- a/net/shadowsocks-libev/README.md +++ b/net/shadowsocks-libev/README.md @@ -32,6 +32,8 @@ Section type `server` is for definition of remote shadowsocks servers. They wil Section type `ss_local`, `ss_redir`, `ss_tunnel` are for specification of shadowsocks-libev components. They share mostly a common set of options like `local_port`, `verbose`, `fast_open`, `timeout`, etc. +Plugin options should be specified in `server` section and will be inherited by other compoenents referring to it. + We can have multiple instances of component and `server` sections. The relationship between them is many-to-one. This will have the following implications - It's possible to have both `ss_local` and `ss_redir` referring to the same `server` definition |