mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 20:42:10 +00:00
Removes direct clash_mode domain strategy
This commit is contained in:
parent
17596ff9f2
commit
b9555c8cdf
1 changed files with 1 additions and 2 deletions
|
@ -1518,8 +1518,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