fixed duplicated ALPN setting
This commit is contained in:
parent
16faf622f6
commit
53d2686338
@ -899,9 +899,6 @@ o.rmempty = true
|
|||||||
o = s:option(DynamicList, "tls_alpn", translate("TLS ALPN"))
|
o = s:option(DynamicList, "tls_alpn", translate("TLS ALPN"))
|
||||||
o:depends("tls", true)
|
o:depends("tls", true)
|
||||||
o:depends("type", "tuic")
|
o:depends("type", "tuic")
|
||||||
o.rmempty = true
|
|
||||||
|
|
||||||
o = s:option(Value, "quic_tls_alpn", translate("QUIC TLS ALPN"))
|
|
||||||
o:depends("type", "hysteria")
|
o:depends("type", "hysteria")
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user