mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 04:52:09 +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()
|
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