Fix: force param make no sense

This commit is contained in:
gVisor bot 2018-12-20 22:23:31 +08:00
parent b7cfde189c
commit 7c9a24f9a9

View File

@ -27,7 +27,6 @@ func ApplyConfig(cfg *config.Config, force bool) {
}
updateProxies(cfg.Proxies)
updateRules(cfg.Rules)
updateGeneral(cfg.General)
updateDNS(cfg.DNS)
}