add httpupgrade in client-config.lua
This commit is contained in:
parent
54c0640f41
commit
d6b7e59531
@ -674,6 +674,18 @@ if is_finded("v2ray") then
|
||||
o.rmempty = true
|
||||
end
|
||||
|
||||
-- [[ httpupgrade部分 ]]--
|
||||
|
||||
-- httpupgrade域名
|
||||
o = s:option(Value, "httpupgrade_host", translate("Httpupgrade Host"))
|
||||
o:depends({transport = "httpupgrade", tls = false})
|
||||
o.rmempty = true
|
||||
|
||||
-- httpupgrade路径
|
||||
o = s:option(Value, "httpupgrade_path", translate("Httpupgrade Path"))
|
||||
o:depends("transport", "httpupgrade")
|
||||
o.rmempty = true
|
||||
|
||||
-- [[ H2部分 ]]--
|
||||
|
||||
-- H2域名
|
||||
|
Loading…
Reference in New Issue
Block a user