pull/5002/head
2dust 2024-04-11 08:07:21 +08:00
parent e0cea929ea
commit 870955fee1
1 changed files with 6 additions and 0 deletions

View File

@ -1045,6 +1045,12 @@ namespace v2rayN.Handler
{
dnsServer.detour = singboxConfig.route.rules.LastOrDefault()?.outbound;
}
var dnsRule = singboxConfig.dns?.rules.Where(t => t.outbound != null).FirstOrDefault();
if (dnsRule != null)
{
singboxConfig.dns.rules = [];
singboxConfig.dns.rules.Add(dnsRule);
}
//msg = string.Format(ResUI.SuccessfulConfiguration"), node.getSummary());
return 0;