mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
acc.dns['nameserver-policy'][domain] = dns === 'system'
|
acc.dns['nameserver-policy'][domain] = dns;
|
||||||
? ['system://', 'system', 'dhcp://system']
|
|
||||||
: dns;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if ('hosts' in rest) {
|
if ('hosts' in rest) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user