From bb68939b5633bb942e2bf8882aa50dabd5488e7f Mon Sep 17 00:00:00 2001 From: gVisor bot 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"` }