From abc07556f835214c5ac5fa96ae19329e3d6e2c13 Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Tue, 3 Nov 2020 19:35:19 +0800 Subject: [PATCH] update. #274 --- adblock-for-dnsmasq.conf | 7 ++----- anti-ad-domains.txt | 11 ++--------- anti-ad-easylist.txt | 7 ++----- anti-ad-smartdns.conf | 7 ++----- anti-ad-surge.txt | 7 ++----- anti-ad-surge2.txt | 7 ++----- scripts/lib/white_domain_list.php | 7 +++++++ 7 files changed, 19 insertions(+), 34 deletions(-) diff --git a/adblock-for-dnsmasq.conf b/adblock-for-dnsmasq.conf index 22c9f413..5eee2ae8 100644 --- a/adblock-for-dnsmasq.conf +++ b/adblock-for-dnsmasq.conf @@ -1,7 +1,7 @@ #TITLE=anti-AD -#VER=20201028095628 +#VER=20201103193450 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=37266 +#TOTAL_LINES=37263 address=/00-gov.cn/ address=/kwcdn.000dn.com/ address=/kwcscdn.000dn.com/ @@ -8711,9 +8711,6 @@ address=/gdyn.cnn.com/ address=/zion.api.cnn.io/ address=/i.l.cnn.net/ address=/cnnbps.com/ -address=/cnnic.cn/ -address=/cnnic.net/ -address=/cnnic.net.cn/ address=/push.cnnindonesia.com/ address=/adp.cnool.net/ address=/adi.cnool.net/ diff --git a/anti-ad-domains.txt b/anti-ad-domains.txt index 15990c9f..294daf19 100644 --- a/anti-ad-domains.txt +++ b/anti-ad-domains.txt @@ -1,7 +1,7 @@ #TITLE=anti-AD -#VER=20201028095629 +#VER=20201103193451 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=42711 +#TOTAL_LINES=42704 00-gov.cn kwcdn.000dn.com kwcscdn.000dn.com @@ -10070,13 +10070,6 @@ gdyn.cnn.com zion.api.cnn.io i.l.cnn.net cnnbps.com -cnnic.cn -ss.cnnic.cn -www.cnnic.cn -cnnic.net -www.cnnic.net -cnnic.net.cn -www.cnnic.net.cn push.cnnindonesia.com adp.cnool.net adi.cnool.net diff --git a/anti-ad-easylist.txt b/anti-ad-easylist.txt index fe01bf62..2d76aec1 100644 --- a/anti-ad-easylist.txt +++ b/anti-ad-easylist.txt @@ -1,7 +1,7 @@ !Title: anti-AD -!Version: 20201028095629 +!Version: 20201103193450 !Homepage: https://github.com/privacy-protection-tools/anti-AD -!Total lines: 35389 +!Total lines: 35386 ||*.wap.xsbiquge.com^ ||*p2p*douyucdn.cn^ ||*serror*.wo.com.cn^ @@ -8299,9 +8299,6 @@ ||zion.api.cnn.io^ ||i.l.cnn.net^ ||cnnbps.com^ -||cnnic.cn^ -||cnnic.net^ -||cnnic.net.cn^ ||push.cnnindonesia.com^ ||adp.cnool.net^ ||adp1.cnool.net^ diff --git a/anti-ad-smartdns.conf b/anti-ad-smartdns.conf index b88818ff..73e081a0 100644 --- a/anti-ad-smartdns.conf +++ b/anti-ad-smartdns.conf @@ -1,7 +1,7 @@ #TITLE=anti-AD for SmartDNS -#VER=20201028095629 +#VER=20201103193451 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=37266 +#TOTAL_LINES=37263 address /00-gov.cn/# address /kwcdn.000dn.com/# address /kwcscdn.000dn.com/# @@ -8711,9 +8711,6 @@ address /gdyn.cnn.com/# address /zion.api.cnn.io/# address /i.l.cnn.net/# address /cnnbps.com/# -address /cnnic.cn/# -address /cnnic.net/# -address /cnnic.net.cn/# address /push.cnnindonesia.com/# address /adp.cnool.net/# address /adi.cnool.net/# diff --git a/anti-ad-surge.txt b/anti-ad-surge.txt index 84a8dc8a..0cb8de41 100644 --- a/anti-ad-surge.txt +++ b/anti-ad-surge.txt @@ -1,7 +1,7 @@ #TITLE=anti-AD -#VER=20201028095629 +#VER=20201103193450 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=37266 +#TOTAL_LINES=37263 DOMAIN-SUFFIX,00-gov.cn DOMAIN-SUFFIX,kwcdn.000dn.com DOMAIN-SUFFIX,kwcscdn.000dn.com @@ -8711,9 +8711,6 @@ DOMAIN-SUFFIX,gdyn.cnn.com DOMAIN-SUFFIX,zion.api.cnn.io DOMAIN-SUFFIX,i.l.cnn.net DOMAIN-SUFFIX,cnnbps.com -DOMAIN-SUFFIX,cnnic.cn -DOMAIN-SUFFIX,cnnic.net -DOMAIN-SUFFIX,cnnic.net.cn DOMAIN-SUFFIX,push.cnnindonesia.com DOMAIN-SUFFIX,adp.cnool.net DOMAIN-SUFFIX,adi.cnool.net diff --git a/anti-ad-surge2.txt b/anti-ad-surge2.txt index a3059e51..897e3903 100644 --- a/anti-ad-surge2.txt +++ b/anti-ad-surge2.txt @@ -1,7 +1,7 @@ #TITLE=anti-AD -#VER=20201028095629 +#VER=20201103193450 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=37266 +#TOTAL_LINES=37263 #DOMAIN-SET,https://anti-ad.net/surge2.txt,REJECT .00-gov.cn @@ -8713,9 +8713,6 @@ .zion.api.cnn.io .i.l.cnn.net .cnnbps.com -.cnnic.cn -.cnnic.net -.cnnic.net.cn .push.cnnindonesia.com .adp.cnool.net .adi.cnool.net diff --git a/scripts/lib/white_domain_list.php b/scripts/lib/white_domain_list.php index f5e3c996..62187579 100644 --- a/scripts/lib/white_domain_list.php +++ b/scripts/lib/white_domain_list.php @@ -170,6 +170,13 @@ return array( 'sf3-ttcdn-tos.pstatp.com' => 0, // #258 'upload.cc' => 0, // #262 'yql.yahoo.com' => 0, // #263 + 'cnnic.cn' => 0, #274 + 'ss.cnnic.cn' => 0, #274 + 'www.cnnic.cn' => 0, #274 + 'cnnic.net' => 0, #274 + 'www.cnnic.net' => 0, #274 + 'cnnic.net.cn' => 0, #274 + 'www.cnnic.net.cn' => 0, #274