Add missing "realitySettings" (#594)
Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com>pull/595/head
parent
c299fbdd24
commit
33d9b422a9
|
@ -13,6 +13,7 @@
|
|||
"network": "tcp",
|
||||
"security": "none",
|
||||
"tlsSettings": {},
|
||||
"realitySettings"{},
|
||||
"tcpSettings": {},
|
||||
"kcpSettings": {},
|
||||
"wsSettings": {},
|
||||
|
|
|
@ -13,6 +13,7 @@ Transports specify how to achieve stable data transmission. Both ends of a conne
|
|||
"network": "tcp",
|
||||
"security": "none",
|
||||
"tlsSettings": {},
|
||||
"realitySettings": {},
|
||||
"tcpSettings": {},
|
||||
"kcpSettings": {},
|
||||
"wsSettings": {},
|
||||
|
|
Loading…
Reference in New Issue