mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Fix: Stash Name Server Policy
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user