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"` AllowLan bool `json:"allow-lan"`
Mode T.Mode `json:"mode"` Mode T.Mode `json:"mode"`
LogLevel log.LogLevel `json:"log-level"` LogLevel log.LogLevel `json:"log-level"`
ExternalController string ExternalController string `json:"-"`
ExternalUI string ExternalUI string `json:"-"`
Secret string Secret string `json:"-"`
} }
// DNS config // DNS config