diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-04 14:38:40 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-04 14:47:27 +0800 |
commit | f1862ced41f7ff0900cfbb2ed429ad544d5f106c (patch) | |
tree | 6d8e25a7781a6977a33f0474e92ecd0b5d43bae6 /applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua | |
parent | 1ad37267ab6e13d780207bd5dd30e19886a0b756 (diff) |
luci-app-shadowsocks-libev: remove option manager_address
It's an option that is supposed to be fed by ss-manager. It can be
in the form of host:port or path to unix dgram socket. Drop it now with
the assumption that it has no real user at the moment
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua')
-rw-r--r-- | applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua b/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua index 77efe047b4..fc51dcd469 100644 --- a/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua +++ b/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua @@ -139,7 +139,6 @@ function cfgvalue_overview(sdata) cfgvalue_overview_(sdata, lines, names_options_common) cfgvalue_overview_(sdata, lines, { "bind_address", - "manager_address", }) elseif stype == "ss_local" or stype == "ss_redir" or stype == "ss_tunnel" then cfgvalue_overview_(sdata, lines, names_options_client) |