mirror of https://github.com/2dust/v2rayN
Removes direct clash_mode domain strategy
parent
a725ad80be
commit
ab17487f89
|
@ -1678,8 +1678,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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue