mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
精简合并了一波域名,可能带来不少误杀
This commit is contained in:
parent
bf4b5979a2
commit
d2b6ac0587
File diff suppressed because it is too large
Load Diff
1017
anti-ad-clash.yaml
1017
anti-ad-clash.yaml
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
#TITLE=anti-AD
|
#TITLE=anti-AD
|
||||||
#VER=20210426004519
|
#VER=20210426021812
|
||||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||||
#TOTAL_LINES=47435
|
#TOTAL_LINES=47439
|
||||||
00-gov.cn
|
00-gov.cn
|
||||||
kwcdn.000dn.com
|
kwcdn.000dn.com
|
||||||
kwcscdn.000dn.com
|
kwcscdn.000dn.com
|
||||||
@ -3076,6 +3076,7 @@ us.onkyo.actonservice.com
|
|||||||
utexas.actonservice.com
|
utexas.actonservice.com
|
||||||
woodtone.actonservice.com
|
woodtone.actonservice.com
|
||||||
yubico.actonservice.com
|
yubico.actonservice.com
|
||||||
|
actonservice.com
|
||||||
actpx.com
|
actpx.com
|
||||||
actressact.com
|
actressact.com
|
||||||
actsvane.com
|
actsvane.com
|
||||||
@ -13309,6 +13310,7 @@ xspacemail.partner.net.daraz.com
|
|||||||
yancancook.api.net.daraz.com
|
yancancook.api.net.daraz.com
|
||||||
yancancook.nautilus.net.daraz.com
|
yancancook.nautilus.net.daraz.com
|
||||||
yancancook.system.net.daraz.com
|
yancancook.system.net.daraz.com
|
||||||
|
daraz.com
|
||||||
marketing.net.daraz.com.bd
|
marketing.net.daraz.com.bd
|
||||||
marketing.net.daraz.pk
|
marketing.net.daraz.pk
|
||||||
darcyhi.com
|
darcyhi.com
|
||||||
@ -25440,6 +25442,7 @@ cds843.lon.llnw.net
|
|||||||
cds857.lon.llnw.net
|
cds857.lon.llnw.net
|
||||||
cds868.lon.llnw.net
|
cds868.lon.llnw.net
|
||||||
cds869.lon.llnw.net
|
cds869.lon.llnw.net
|
||||||
|
llnw.net
|
||||||
intermrkts.vo.llnwd.net
|
intermrkts.vo.llnwd.net
|
||||||
tradecraft.s.llnwi.net
|
tradecraft.s.llnwi.net
|
||||||
lloenerginqu.info
|
lloenerginqu.info
|
||||||
@ -43924,6 +43927,7 @@ windoorsew.club
|
|||||||
windowmentaria.com
|
windowmentaria.com
|
||||||
windows-remora-system.com
|
windows-remora-system.com
|
||||||
activity.windows.com
|
activity.windows.com
|
||||||
|
wns.windows.com
|
||||||
bn2wns1.wns.windows.com
|
bn2wns1.wns.windows.com
|
||||||
bn3sch020010558.wns.windows.com
|
bn3sch020010558.wns.windows.com
|
||||||
bn3sch020010560.wns.windows.com
|
bn3sch020010560.wns.windows.com
|
||||||
|
2049
anti-ad-easylist.txt
2049
anti-ad-easylist.txt
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
894d31b0d1a35dfa325c355c5d8dafde
|
24125efea053c12f0d31a7b38a4a6944
|
File diff suppressed because it is too large
Load Diff
1017
anti-ad-surge.txt
1017
anti-ad-surge.txt
File diff suppressed because it is too large
Load Diff
1017
anti-ad-surge2.txt
1017
anti-ad-surge2.txt
File diff suppressed because it is too large
Load Diff
@ -1007,6 +1007,18 @@ return array(
|
|||||||
'www.pkkjxs.cn',
|
'www.pkkjxs.cn',
|
||||||
'windows.pkkjxs.cn',
|
'windows.pkkjxs.cn',
|
||||||
),
|
),
|
||||||
|
'actonservice.com' => array( #精简域名
|
||||||
|
'actonservice.com',
|
||||||
|
),
|
||||||
|
'daraz.com' => array( # 精简域名,太长了,似乎是个电商平台
|
||||||
|
'daraz.com',
|
||||||
|
),
|
||||||
|
'llnw.net' => array( # 精简域名,这是个cdn服务商,可能误杀
|
||||||
|
'llnw.net',
|
||||||
|
),
|
||||||
|
'windows.com' => array( #精简域名,这个是windows推送服务?
|
||||||
|
'wns.windows.com',
|
||||||
|
),
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,12 +122,17 @@ $ARR_MERGED_WILD_LIST = array(
|
|||||||
'usage*.*' => null,
|
'usage*.*' => null,
|
||||||
'wlmonitor*.*' => null,
|
'wlmonitor*.*' => null,
|
||||||
'zjtoolbar*.*' => null,
|
'zjtoolbar*.*' => null,
|
||||||
|
'engage.3m*' => null,
|
||||||
|
'*.actonservice.com' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
$ARR_REGEX_LIST = array(
|
$ARR_REGEX_LIST = array(
|
||||||
'/9377[a-z]{2}\.com$/' => null,
|
'/9377[a-z]{2}\.com$/' => null,
|
||||||
'/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null,
|
'/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null,
|
||||||
'/^(\S+\.)?affiliat(es|ion|e)\./' => null,
|
'/^(\S+\.)?advert/' => null, // TODO 覆盖面很大
|
||||||
|
'/^(\S+\.)?affiliat/' => null, // TODO 覆盖面很大
|
||||||
|
'/^(\S+\.)?s?metrics\./' => null, // TODO 覆盖面很大
|
||||||
|
// '/^(\S+\.)?affiliat(es|ion|e)\./' => null,
|
||||||
'/afgr[\d]{1,2}\.com$/' => null,
|
'/afgr[\d]{1,2}\.com$/' => null,
|
||||||
'/^(\S+\.)?analytics(\-|\.)/' => null,
|
'/^(\S+\.)?analytics(\-|\.)/' => null,
|
||||||
'/^(\S+\.)?counter(\-|\.)/' => null,
|
'/^(\S+\.)?counter(\-|\.)/' => null,
|
||||||
@ -161,6 +166,8 @@ $ARR_REGEX_LIST = array(
|
|||||||
'/^(\S+\.)?e7[0-9]{2,4}\.(net|com)?$/' => null, //组合
|
'/^(\S+\.)?e7[0-9]{2,4}\.(net|com)?$/' => null, //组合
|
||||||
'/^(\S+\.)?g[1-4][0-9]{8,9}\.com?$/' => null, //批量组合
|
'/^(\S+\.)?g[1-4][0-9]{8,9}\.com?$/' => null, //批量组合
|
||||||
'/^(\S+\.)?hg[0-9]{4,5}\.com?$/' => null, //批量组合
|
'/^(\S+\.)?hg[0-9]{4,5}\.com?$/' => null, //批量组合
|
||||||
|
'/^(\S+\.)?333[1-9]{2}[0-9]{2}\.com?$/' => null, //批量组合
|
||||||
|
'/^(\S+\.)?5551[0-9]{3}\.com?$/' => null, //批量组合
|
||||||
|
|
||||||
// '/^(\S+\.)?(?=.*[a-f].*\.com$)(?=.*\d.*\.com$)[a-f0-9]{15,}\.com$/' => null,
|
// '/^(\S+\.)?(?=.*[a-f].*\.com$)(?=.*\d.*\.com$)[a-f0-9]{15,}\.com$/' => null,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user