mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Fix: Stash Name Server Policy
This commit is contained in:
parent
e508df3e8c
commit
53d39107bf
@ -210,9 +210,7 @@ export const buildDomesticRuleset = task(require.main === module, __filename)(as
|
||||
break;
|
||||
}
|
||||
|
||||
acc.dns['nameserver-policy'][domain] = dns === 'system'
|
||||
? ['system://', 'system', 'dhcp://system']
|
||||
: dns;
|
||||
acc.dns['nameserver-policy'][domain] = dns;
|
||||
});
|
||||
|
||||
if ('hosts' in rest) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user