mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
Removes direct clash_mode domain strategy
This commit is contained in:
parent
dca737bdad
commit
d1c16ecb72
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue