mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add strict mode support for shadowtls v3
This commit is contained in:
parent
23e8d282a3
commit
6b9603227b
4 changed files with 5 additions and 3 deletions
|
@ -7,6 +7,7 @@ type ShadowTLSInboundOptions struct {
|
|||
Users []ShadowTLSUser `json:"users,omitempty"`
|
||||
Handshake ShadowTLSHandshakeOptions `json:"handshake,omitempty"`
|
||||
HandshakeForServerName map[string]ShadowTLSHandshakeOptions `json:"handshake_for_server_name,omitempty"`
|
||||
StrictMode bool `json:"strict_mode,omitempty"`
|
||||
}
|
||||
|
||||
type ShadowTLSUser struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue