Fix: ignore some general configuration
This commit is contained in:
parent
551ab68c1e
commit
a7cfc81885
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue