fix: config parse error

This commit is contained in:
Skyxim 2023-01-14 22:34:54 +08:00
parent 5dd691aa95
commit 8a9b3b3d59

View File

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