Fix: ignore some general configuration

This commit is contained in:
Dreamacro 2018-12-21 22:51:37 +08:00
parent 551ab68c1e
commit a7cfc81885

View File

@ -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