From 9e9ff7b24e2d77bdbeb7cc838576ece7dc9e9498 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:24:09 +0200 Subject: [PATCH] revert changes --- config/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/config.go b/config/config.go index e2977f5..d27e80c 100644 --- a/config/config.go +++ b/config/config.go @@ -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, // },