Fix: ignore some general configuration

This commit is contained in:
gVisor bot 2018-12-21 22:51:37 +08:00
parent 3017aee776
commit 373a6cad22

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