fix: config parse error
This commit is contained in:
parent
7d6ccebef7
commit
bb68939b56
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ type Profile struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type TLS struct {
|
type TLS struct {
|
||||||
RawCert
|
RawCert `yaml:",inline"`
|
||||||
CustomTrustCert []RawCert `yaml:"custom-certifactes"`
|
CustomTrustCert []RawCert `yaml:"custom-certifactes"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue