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()
|
dns4Sbox.rules.Insert(0, new()
|
||||||
{
|
{
|
||||||
server = tag,
|
server = tag,
|
||||||
clash_mode = ERuleMode.Direct.ToString(),
|
clash_mode = ERuleMode.Direct.ToString()
|
||||||
strategy = string.IsNullOrEmpty(dNSItem?.DomainStrategy4Freedom) ? null : dNSItem?.DomainStrategy4Freedom
|
|
||||||
});
|
});
|
||||||
dns4Sbox.rules.Insert(0, new()
|
dns4Sbox.rules.Insert(0, new()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue