mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-05 14:48:51 +00:00
Remove the last rule from the Whitelist
https://github.com/2dust/v2rayN/issues/6378
This commit is contained in:
parent
cf8be85ff7
commit
4430c9bd74
2 changed files with 1 additions and 6 deletions
v2rayN/ServiceLib
|
@ -68,7 +68,7 @@ namespace ServiceLib.Handler
|
||||||
config.RoutingBasicItem ??= new();
|
config.RoutingBasicItem ??= new();
|
||||||
if (Utils.IsNullOrEmpty(config.RoutingBasicItem.DomainStrategy))
|
if (Utils.IsNullOrEmpty(config.RoutingBasicItem.DomainStrategy))
|
||||||
{
|
{
|
||||||
config.RoutingBasicItem.DomainStrategy = Global.DomainStrategies.First();//"IPIfNonMatch";
|
config.RoutingBasicItem.DomainStrategy = Global.DomainStrategies.First();
|
||||||
}
|
}
|
||||||
|
|
||||||
config.KcpItem ??= new KcpItem
|
config.KcpItem ??= new KcpItem
|
||||||
|
|
|
@ -99,10 +99,5 @@
|
||||||
"domain": [
|
"domain": [
|
||||||
"geosite:cn"
|
"geosite:cn"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"remarks": "最终代理",
|
|
||||||
"port": "0-65535",
|
|
||||||
"outboundTag": "proxy"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue