Update client-config.lua

This commit is contained in:
FluffyTigerfear 2023-06-14 18:10:49 +08:00 committed by sbwml
parent 2d6e63fd73
commit a408dd5052

View File

@ -382,7 +382,7 @@ o:depends("type", "tuic")
o.default = 0
o.rmempty = true
o = s:option(Flag, "zero_rtt", translate("Enable 0-RTT QUIC handshake"))
o = s:option(Flag, "zero_rtt_handshake", translate("Enable 0-RTT QUIC handshake"))
o:depends("type", "tuic")
o.default = 0
o.rmempty = false