fix: tunnel service

This commit is contained in:
Hiddify
2024-08-05 18:28:44 +02:00
parent 3ae8b2a71e
commit 94ee9164de
2 changed files with 1 additions and 3 deletions

View File

@@ -456,7 +456,7 @@ func setRoutingOptions(options *option.Options, opt *ConfigOptions) {
Outbound: OutboundDNSTag,
},
})
if opt.EnableTun {
if opt.EnableTun && false {
routeRules = append(
routeRules,
option.Rule{

View File

@@ -69,8 +69,6 @@ func makeTunnelConfig(Ipv6 bool, ServerPort int32, StrictRoute bool, EndpointInd
}
],
"route": {
"auto_detect_interface": true,
"rules": [
{
"process_name":[