mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
update white list
This commit is contained in:
parent
83e6fb493e
commit
34da41db74
@ -1,4 +1,4 @@
|
||||
#TIME=20200120094221
|
||||
#TIME=20200120194001
|
||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
address=/0024aaaa.com/
|
||||
address=/0026645142c89aeb1.com/
|
||||
@ -13707,7 +13707,6 @@ address=/ipfrom.com/
|
||||
address=/ipgeolocation.io/
|
||||
address=/iphliojn.com/
|
||||
address=/ipiakraazowdui.com/
|
||||
address=/ipify.org/
|
||||
address=/ipinfodb.com/
|
||||
address=/ipinfo.info/
|
||||
address=/ipinfo.io/
|
||||
|
@ -1,4 +1,4 @@
|
||||
!TIME=20200120094221
|
||||
!TIME=20200120194001
|
||||
!URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
||0024aaaa.com^
|
||||
||0026645142c89aeb1.com^
|
||||
@ -13220,7 +13220,6 @@
|
||||
||ipgeolocation.io^
|
||||
||iphliojn.com^
|
||||
||ipiakraazowdui.com^
|
||||
||ipify.org^
|
||||
||ipinfodb.com^
|
||||
||ipinfo.info^
|
||||
||ipinfo.io^
|
||||
@ -33415,6 +33414,7 @@
|
||||
@@||tracker.bt4g.com^
|
||||
@@||tracker.publictorrent.net^
|
||||
@@||tongji.kuwo.cn^
|
||||
@@||tracker.hdsky.me^
|
||||
@@||ad.10010.com^
|
||||
@@||ad.abchina.com^
|
||||
@@||ad.filmweb.pl^
|
||||
|
@ -1,4 +1,4 @@
|
||||
#TIME=20200120094221
|
||||
#TIME=20200120194002
|
||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
[RULE]
|
||||
DOMAIN-SUFFIX,0024aaaa.com,REJECT
|
||||
@ -13708,7 +13708,6 @@ DOMAIN-SUFFIX,ipfrom.com,REJECT
|
||||
DOMAIN-SUFFIX,ipgeolocation.io,REJECT
|
||||
DOMAIN-SUFFIX,iphliojn.com,REJECT
|
||||
DOMAIN-SUFFIX,ipiakraazowdui.com,REJECT
|
||||
DOMAIN-SUFFIX,ipify.org,REJECT
|
||||
DOMAIN-SUFFIX,ipinfodb.com,REJECT
|
||||
DOMAIN-SUFFIX,ipinfo.info,REJECT
|
||||
DOMAIN-SUFFIX,ipinfo.io,REJECT
|
||||
|
@ -26,6 +26,7 @@ return array(
|
||||
'edge.yunjiasu.com' => true, //百度云加速javascript快速加载功能
|
||||
'cd.bendibao.com' => true, //成都本地宝
|
||||
'm.qpic.cn' => true, // qq,微信,QQ空间等用到的静态资源域名
|
||||
'ipify.org' => true, // 获得公网 IP
|
||||
|
||||
|
||||
'activate.adobe.com' => true,
|
||||
|
@ -97,6 +97,7 @@ $ARR_WHITE_RULE_LIST = array(
|
||||
'@@||tracker.bt4g.com^',
|
||||
'@@||tracker.publictorrent.net^',
|
||||
'@@||tongji.kuwo.cn^',
|
||||
'@@||tracker.hdsky.me^',
|
||||
);
|
||||
|
||||
if(PHP_SAPI != 'cli'){
|
||||
|
Loading…
Reference in New Issue
Block a user