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
end
cfgvalue_overview_(sdata, lines, names_options_client)
if stype == "ss_tunnel" then
cfgvalue_overview_(sdata, lines, {"tunnel_address"})
- elseif stype == "ss_redir" then
- cfgvalue_overview_(sdata, lines, {"disable_sni"})
end
cfgvalue_overview_(sdata, lines, names_options_common)
else