fixed duplicated ALPN setting

This commit is contained in:
TeF 2023-09-28 15:44:00 +08:00 committed by sbwml
parent 16faf622f6
commit 53d2686338

View File

@ -899,9 +899,6 @@ o.rmempty = true
o = s:option(DynamicList, "tls_alpn", translate("TLS ALPN"))
o:depends("tls", true)
o:depends("type", "tuic")
o.rmempty = true
o = s:option(Value, "quic_tls_alpn", translate("QUIC TLS ALPN"))
o:depends("type", "hysteria")
o.rmempty = true