Browse Source

Whitelist `nstool.netease.com`

SukkaW 1 year ago
parent
commit
c94e28b2b7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Build/constants/reject-data-source.ts

+ 2 - 1
Build/constants/reject-data-source.ts

@@ -472,5 +472,6 @@ export const PREDEFINED_WHITELIST = [
   'ad.12306.cn', // https://github.com/jdlingyu/ad-wars
   'ad.12306.cn', // https://github.com/jdlingyu/ad-wars
   '.ib.snssdk.com', // AdGuard Tracking Protection -- breaks 今日头条专业版
   '.ib.snssdk.com', // AdGuard Tracking Protection -- breaks 今日头条专业版
   '.expobarrio.com', // domain expired
   '.expobarrio.com', // domain expired
-  '.hamdandates.com' // domain expired
+  '.hamdandates.com', // domain expired
+  '.nstool.netease.com' // it is only used to check local dns
 ];
 ];