Removes direct clash_mode domain strategy

DHR60 2025-05-05 16:41:27 +08:00
parent 93f095d110
commit 19a33e8cfc
1 changed files with 1 additions and 2 deletions

View File

@ -1683,8 +1683,7 @@ public class CoreConfigSingboxService
dns4Sbox.rules.Insert(0, new()
{
server = tag,
clash_mode = ERuleMode.Direct.ToString(),
strategy = string.IsNullOrEmpty(dNSItem?.DomainStrategy4Freedom) ? null : dNSItem?.DomainStrategy4Freedom
clash_mode = ERuleMode.Direct.ToString()
});
dns4Sbox.rules.Insert(0, new()
{