1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update to latest shadowsocks luci and fix base64 size

This commit is contained in:
Ycarus 2018-02-18 09:51:16 +01:00
parent 16bcda0723
commit dc4c24b6e0
2 changed files with 4 additions and 11 deletions

View file

@ -39,8 +39,6 @@ if stype == "ss_server" then
o.datatype = "ipaddr"
o.placeholder = "0.0.0.0"
ss.values_ipaddr(o)
o = s:taboption("general", Value, "manager_address", translate("Manager address"))
o.datatype = "hostport"
else
ss.options_client(s, "general")
if stype == "ss_tunnel" then
@ -48,10 +46,6 @@ else
translate("Tunnel address"),
translate("The address ss-tunnel will forward traffic to"))
o.datatype = "hostport"
elseif stype == "ss_redir" then
o = s:taboption("advanced", Flag, "disable_sni",
translate("Disable SNI"),
translate("Disable parsing HTTP/HTTPS payload to find then resolve hostname at remote server"))
end
if obfs_installed then
o = s:taboption("obfuscate", Value, "obfs_host", translate("Host"))