mirror of https://github.com/v2ray/v2ray-core
fix json def
parent
974b488ab0
commit
9c26d28c0b
|
@ -274,7 +274,7 @@ type TLSConfig struct {
|
||||||
Certs []*TLSCertConfig `json:"certificates"`
|
Certs []*TLSCertConfig `json:"certificates"`
|
||||||
ServerName string `json:"serverName"`
|
ServerName string `json:"serverName"`
|
||||||
ALPN *StringList `json:"alpn"`
|
ALPN *StringList `json:"alpn"`
|
||||||
DiableSystemRoot bool `json:disableSystemRoot`
|
DiableSystemRoot bool `json:"disableSystemRoot"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build implements Buildable.
|
// Build implements Buildable.
|
||||||
|
|
Loading…
Reference in New Issue