Update client-config.lua
This commit is contained in:
parent
2d6e63fd73
commit
a408dd5052
@ -382,7 +382,7 @@ o:depends("type", "tuic")
|
|||||||
o.default = 0
|
o.default = 0
|
||||||
o.rmempty = true
|
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:depends("type", "tuic")
|
||||||
o.default = 0
|
o.default = 0
|
||||||
o.rmempty = false
|
o.rmempty = false
|
||||||
|
Loading…
Reference in New Issue
Block a user