This commit is contained in:
Hiddify
2024-08-05 19:59:05 +02:00
parent be126caf72
commit 713fc53e63

View File

@@ -699,11 +699,11 @@ func setRoutingOptions(options *option.Options, opt *ConfigOptions) {
}
options.Route = &option.RouteOptions{
Rules: routeRules,
Final: OutboundMainProxyTag,
AutoDetectInterface: true,
OverrideAndroidVPN: true,
RuleSet: rulesets,
Rules: routeRules,
Final: OutboundMainProxyTag,
// AutoDetectInterface: true,
// OverrideAndroidVPN: true,
RuleSet: rulesets,
// GeoIP: &option.GeoIPOptions{
// Path: opt.GeoIPPath,
// },