Browse Source

Fix: Stash Name Server Policy

SukkaW 10 months ago
parent
commit
53d39107bf
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Build/build-domestic-direct-lan-ruleset-dns-mapping-module.ts

+ 1 - 3
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) {