mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 22:45:29 +08:00
update luci ssr pro to support auth_chain_f
This commit is contained in:
parent
d20f6e9d0e
commit
1a29be8dcd
@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for Shadowsocksr
|
|||||||
LUCI_DEPENDS:=+iptables-mod-tproxy +kmod-ipt-tproxy +ip +ipset-lists +shadowsocksr-libev-alt +pdnsd-alt +coreutils +coreutils-base64 +coreutils-nohup +dnsmasq-full
|
LUCI_DEPENDS:=+iptables-mod-tproxy +kmod-ipt-tproxy +ip +ipset-lists +shadowsocksr-libev-alt +pdnsd-alt +coreutils +coreutils-base64 +coreutils-nohup +dnsmasq-full
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
PKG_VERSION:=2.0
|
PKG_VERSION:=2.0
|
||||||
PKG_RELEASE:=17
|
PKG_RELEASE:=18
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
@ -122,6 +122,8 @@ protocol:value("auth_chain_a")
|
|||||||
protocol:value("auth_chain_b")
|
protocol:value("auth_chain_b")
|
||||||
protocol:value("auth_chain_c")
|
protocol:value("auth_chain_c")
|
||||||
protocol:value("auth_chain_d")
|
protocol:value("auth_chain_d")
|
||||||
|
protocol:value("auth_chain_e")
|
||||||
|
protocol:value("auth_chain_f")
|
||||||
|
|
||||||
obfs = s:taboption("main",ListValue, "obfs", translate("Obfs Param"))
|
obfs = s:taboption("main",ListValue, "obfs", translate("Obfs Param"))
|
||||||
obfs:value("plain")
|
obfs:value("plain")
|
||||||
@ -143,8 +145,6 @@ obfs_param.rmempty = true
|
|||||||
obfs_param.datatype = "host"
|
obfs_param.datatype = "host"
|
||||||
obfs_param:depends("plugin_param", "1")
|
obfs_param:depends("plugin_param", "1")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
s:tab("list", translate("User-defined GFW-List"))
|
s:tab("list", translate("User-defined GFW-List"))
|
||||||
gfwlist = s:taboption("list", TextValue, "conf")
|
gfwlist = s:taboption("list", TextValue, "conf")
|
||||||
gfwlist.description = translate("<br />(!)Note: When the domain name is entered and will automatically merge with the online GFW-List. Please manually update the GFW-List list after applying.")
|
gfwlist.description = translate("<br />(!)Note: When the domain name is entered and will automatically merge with the online GFW-List. Please manually update the GFW-List list after applying.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user