mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 14:13:30 +03:00
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"`
|
||||
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…
Add table
Reference in a new issue