Browse Source

Fix: remove `localhost` from DNS Mapping

SukkaW 1 year ago
parent
commit
7be1fa9b58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/non_ip/direct.ts

+ 1 - 1
Source/non_ip/direct.ts

@@ -108,7 +108,7 @@ export const LAN = {
   LAN: {
     dns: 'system',
     hosts: {
-      localhost: ['127.0.0.1']
+      // localhost: ['127.0.0.1']
     },
     realip: true,
     ruleset: true,