mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 20:52:15 +08:00
fix: config parse error
This commit is contained in:
parent
5dd691aa95
commit
8a9b3b3d59
@ -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 New Issue
Block a user