From 373a6cad22171b9ee165ee9d7b2e2305ae3e8a0a Mon Sep 17 00:00:00 2001 From: gVisor bot 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