From a7cfc81885c2639d294b274400b7f9421e37a456 Mon Sep 17 00:00:00 2001 From: Dreamacro <305009791@qq.com> Date: Fri, 21 Dec 2018 22:51:37 +0800 Subject: [PATCH] Fix: ignore some general configuration --- config/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.go b/config/config.go index 8e48f8c7..ea249dce 100644 --- a/config/config.go +++ b/config/config.go @@ -28,9 +28,9 @@ type General struct { AllowLan bool `json:"allow-lan"` Mode T.Mode `json:"mode"` LogLevel log.LogLevel `json:"log-level"` - ExternalController string - ExternalUI string - Secret string + ExternalController string `json:"-"` + ExternalUI string `json:"-"` + Secret string `json:"-"` } // DNS config