fix: config parse error

This commit is contained in:
gVisor bot 2023-01-14 22:34:54 +08:00
parent 7d6ccebef7
commit bb68939b56

View file

@ -117,7 +117,7 @@ type Profile struct {
}
type TLS struct {
RawCert
RawCert `yaml:",inline"`
CustomTrustCert []RawCert `yaml:"custom-certifactes"`
}