test
This commit is contained in:
@@ -699,11 +699,11 @@ func setRoutingOptions(options *option.Options, opt *ConfigOptions) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
options.Route = &option.RouteOptions{
|
options.Route = &option.RouteOptions{
|
||||||
Rules: routeRules,
|
Rules: routeRules,
|
||||||
Final: OutboundMainProxyTag,
|
Final: OutboundMainProxyTag,
|
||||||
AutoDetectInterface: true,
|
// AutoDetectInterface: true,
|
||||||
OverrideAndroidVPN: true,
|
// OverrideAndroidVPN: true,
|
||||||
RuleSet: rulesets,
|
RuleSet: rulesets,
|
||||||
// GeoIP: &option.GeoIPOptions{
|
// GeoIP: &option.GeoIPOptions{
|
||||||
// Path: opt.GeoIPPath,
|
// Path: opt.GeoIPPath,
|
||||||
// },
|
// },
|
||||||
|
|||||||
Reference in New Issue
Block a user