fix: tunnel service
This commit is contained in:
@@ -456,7 +456,7 @@ func setRoutingOptions(options *option.Options, opt *ConfigOptions) {
|
|||||||
Outbound: OutboundDNSTag,
|
Outbound: OutboundDNSTag,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
if opt.EnableTun {
|
if opt.EnableTun && false {
|
||||||
routeRules = append(
|
routeRules = append(
|
||||||
routeRules,
|
routeRules,
|
||||||
option.Rule{
|
option.Rule{
|
||||||
|
|||||||
@@ -69,8 +69,6 @@ func makeTunnelConfig(Ipv6 bool, ServerPort int32, StrictRoute bool, EndpointInd
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"route": {
|
"route": {
|
||||||
"auto_detect_interface": true,
|
|
||||||
|
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"process_name":[
|
"process_name":[
|
||||||
|
|||||||
Reference in New Issue
Block a user