mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-07 23:50:47 -04:00
fix json def
This commit is contained in:
@@ -274,7 +274,7 @@ type TLSConfig struct {
|
||||
Certs []*TLSCertConfig `json:"certificates"`
|
||||
ServerName string `json:"serverName"`
|
||||
ALPN *StringList `json:"alpn"`
|
||||
DiableSystemRoot bool `json:disableSystemRoot`
|
||||
DiableSystemRoot bool `json:"disableSystemRoot"`
|
||||
}
|
||||
|
||||
// Build implements Buildable.
|
||||
|
||||
Reference in New Issue
Block a user