mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
Fix: ignore some general configuration
This commit is contained in:
parent
551ab68c1e
commit
a7cfc81885
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user