Skip to content

Commit

Permalink
Remove the last rule from the Whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Dec 31, 2024
1 parent cf8be85 commit 4430c9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion v2rayN/ServiceLib/Handler/ConfigHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class ConfigHandler
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
Expand Down
5 changes: 0 additions & 5 deletions v2rayN/ServiceLib/Sample/custom_routing_white
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,5 @@
"domain": [
"geosite:cn"
]
},
{
"remarks": "最终代理",
"port": "0-65535",
"outboundTag": "proxy"
}
]

0 comments on commit 4430c9b

Please sign in to comment.