diff --git a/Build/build-domestic-direct-lan-ruleset-dns-mapping-module.ts b/Build/build-domestic-direct-lan-ruleset-dns-mapping-module.ts index 020d68ef..ed0e6ec2 100644 --- a/Build/build-domestic-direct-lan-ruleset-dns-mapping-module.ts +++ b/Build/build-domestic-direct-lan-ruleset-dns-mapping-module.ts @@ -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) {