mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-02 13:32:51 +00:00
Removes direct clash_mode domain strategy
This commit is contained in:
parent
5db4bd158b
commit
aeb57a3c1c
1 changed files with 1 additions and 2 deletions
|
|
@ -1642,8 +1642,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 a new issue