fix: tunnel service
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -69,8 +69,6 @@ func makeTunnelConfig(Ipv6 bool, ServerPort int32, StrictRoute bool, EndpointInd
|
||||
}
|
||||
],
|
||||
"route": {
|
||||
"auto_detect_interface": true,
|
||||
|
||||
"rules": [
|
||||
{
|
||||
"process_name":[
|
||||
|
||||
Reference in New Issue
Block a user