From 8a9b3b3d59e41d64e04cd5e4de6e5629252a44bb Mon Sep 17 00:00:00 2001 From: Skyxim Date: Sat, 14 Jan 2023 22:34:54 +0800 Subject: [PATCH] fix: config parse error --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 43ff5872..e20c8540 100644 --- a/config/config.go +++ b/config/config.go @@ -117,7 +117,7 @@ type Profile struct { } type TLS struct { - RawCert + RawCert `yaml:",inline"` CustomTrustCert []RawCert `yaml:"custom-certifactes"` }