Update Version

Fix tun unable to open
This commit is contained in:
chen08209
2024-06-06 11:13:18 +08:00
parent 068fe14d89
commit e9bb97c6ce
3 changed files with 2 additions and 3 deletions

View File

@@ -353,7 +353,6 @@ func overwriteConfig(targetConfig *config.RawConfig, patchConfig config.RawConfi
targetConfig.RuleProvider = make(map[string]map[string]any)
generateProxyGroupAndRule(&targetConfig.ProxyGroup, &targetConfig.Rule)
}
}
func patchConfig(general *config.General) {