From 713fc53e6362dcda9a0cd8839aeb0a4445c64f76 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:59:05 +0200 Subject: [PATCH] test --- config/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/config.go b/config/config.go index d27e80c..e2977f5 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, // },