mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +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
|
@ -68,7 +68,7 @@ namespace ServiceLib.Handler
|
|||
config.RoutingBasicItem ??= new();
|
||||
if (Utils.IsNullOrEmpty(config.RoutingBasicItem.DomainStrategy))
|
||||
{
|
||||
config.RoutingBasicItem.DomainStrategy = Global.DomainStrategies.First();//"IPIfNonMatch";
|
||||
config.RoutingBasicItem.DomainStrategy = Global.DomainStrategies.First();
|
||||
}
|
||||
|
||||
config.KcpItem ??= new KcpItem
|
||||
|
|
|
@ -99,10 +99,5 @@
|
|||
"domain": [
|
||||
"geosite:cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"remarks": "最终代理",
|
||||
"port": "0-65535",
|
||||
"outboundTag": "proxy"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue