Fix: force param make no sense
This commit is contained in:
parent
b7cfde189c
commit
7c9a24f9a9
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ func ApplyConfig(cfg *config.Config, force bool) {
|
||||||
}
|
}
|
||||||
updateProxies(cfg.Proxies)
|
updateProxies(cfg.Proxies)
|
||||||
updateRules(cfg.Rules)
|
updateRules(cfg.Rules)
|
||||||
updateGeneral(cfg.General)
|
|
||||||
updateDNS(cfg.DNS)
|
updateDNS(cfg.DNS)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue