update. fixed #405 , fixed #418

This commit is contained in:
gently 2021-05-07 00:21:12 +08:00
parent d8e6378b3e
commit d617c2bcb2
10 changed files with 18 additions and 21 deletions

View File

@ -1,7 +1,7 @@
#TITLE=anti-AD
#VER=20210504111222
#VER=20210507001947
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_LINES=41113
#TOTAL_LINES=41112
address=/00-gov.cn/
address=/kwcdn.000dn.com/
address=/kwcscdn.000dn.com/
@ -17593,7 +17593,6 @@ address=/huomob.com/
address=/huonvd.cn/
address=/huosuniao.com/
address=/huovernment.club/
address=/u.huoying666.com/
address=/s2.huoying666.com/
address=/yiliao.hupan.com/
address=/hupsouft.net/

View File

@ -1,7 +1,7 @@
#TITLE=anti-AD
#VER=20210504111223
#VER=20210507001948
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_LINES=41113
#TOTAL_LINES=41112
#RULE-SET,AntiAd,REJECT
payload:
@ -17596,7 +17596,6 @@ payload:
- '+.huonvd.cn'
- '+.huosuniao.com'
- '+.huovernment.club'
- '+.u.huoying666.com'
- '+.s2.huoying666.com'
- '+.yiliao.hupan.com'
- '+.hupsouft.net'

View File

@ -1,7 +1,7 @@
#TITLE=anti-AD
#VER=20210504111223
#VER=20210507001948
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_LINES=47316
#TOTAL_LINES=47315
00-gov.cn
kwcdn.000dn.com
kwcscdn.000dn.com
@ -20851,7 +20851,6 @@ huomob.com
huonvd.cn
huosuniao.com
huovernment.club
u.huoying666.com
s2.huoying666.com
yiliao.hupan.com
hupsouft.net

View File

@ -1,5 +1,5 @@
!Title: anti-AD
!Version: 20210504111223
!Version: 20210507001947
!Homepage: https://github.com/privacy-protection-tools/anti-AD
!Total lines: 38050
@@||ads.taboola.com^
@ -38,6 +38,7 @@
@@||edge.activity.windows.com^
@@||tracking-protection.cdn.mozilla.net^
@@||skydrivesync.policies.live.net^
@@||dxcloud.episerver.net^
/^(\S+\.)?9377[a-z0-9]{2}\.com$/$dnstype=A
/^(\S+\.)?ad(s?[\d]+|m|s)?\./
@@||ads.amazon^
@ -16376,7 +16377,6 @@
||huonvd.cn^
||huosuniao.com^
||huovernment.club^
||u.huoying666.com^
||s2.huoying666.com^
||yiliao.hupan.com^
||hupsouft.net^

View File

@ -1 +1 @@
2ca9a62c5744a6a9b3cfc0109437c1e5
405ab58d659fc8aa02c0c82c6992287d

View File

@ -1,7 +1,7 @@
#TITLE=anti-AD for SmartDNS
#VER=20210504111223
#VER=20210507001948
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_LINES=41113
#TOTAL_LINES=41112
address /00-gov.cn/#
address /kwcdn.000dn.com/#
address /kwcscdn.000dn.com/#
@ -17593,7 +17593,6 @@ address /huomob.com/#
address /huonvd.cn/#
address /huosuniao.com/#
address /huovernment.club/#
address /u.huoying666.com/#
address /s2.huoying666.com/#
address /yiliao.hupan.com/#
address /hupsouft.net/#

View File

@ -1,7 +1,7 @@
#TITLE=anti-AD
#VER=20210504111223
#VER=20210507001948
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_LINES=41113
#TOTAL_LINES=41112
DOMAIN-SUFFIX,00-gov.cn
DOMAIN-SUFFIX,kwcdn.000dn.com
DOMAIN-SUFFIX,kwcscdn.000dn.com
@ -17593,7 +17593,6 @@ DOMAIN-SUFFIX,huomob.com
DOMAIN-SUFFIX,huonvd.cn
DOMAIN-SUFFIX,huosuniao.com
DOMAIN-SUFFIX,huovernment.club
DOMAIN-SUFFIX,u.huoying666.com
DOMAIN-SUFFIX,s2.huoying666.com
DOMAIN-SUFFIX,yiliao.hupan.com
DOMAIN-SUFFIX,hupsouft.net

View File

@ -1,7 +1,7 @@
#TITLE=anti-AD
#VER=20210504111223
#VER=20210507001948
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_LINES=41113
#TOTAL_LINES=41112
#DOMAIN-SET,https://anti-ad.net/surge2.txt,REJECT
.00-gov.cn
@ -17595,7 +17595,6 @@
.huonvd.cn
.huosuniao.com
.huovernment.club
.u.huoying666.com
.s2.huoying666.com
.yiliao.hupan.com
.hupsouft.net

View File

@ -223,6 +223,8 @@ return array(
'sugar.zhihu.com' => 0, // #380
'chtbl.com' => 0, // #390
'huoying666.com' => 0, // #405
'u.huoying666.com' => 0, // #405

View File

@ -224,6 +224,7 @@ $ARR_WHITE_RULE_LIST = array(
'@@||edge.activity.windows.com^' => 1, // #401
'@@||tracking-protection.cdn.mozilla.net^' => 1, // #407
'@@||skydrivesync.policies.live.net^' => 1, // #409
'@@||dxcloud.episerver.net^' => 1, // #418
);