update extend file. fixed #154

pull/192/head
gently 4 years ago
parent 399ef30378
commit fdefe13ac6

@ -1,7 +1,7 @@
!TITLE=anti-AD !TITLE=anti-AD
!VER=20200629055027 !VER=20200629055919
!URL=https://github.com/privacy-protection-tools/anti-AD !URL=https://github.com/privacy-protection-tools/anti-AD
!TOTAL_LINES=33640 !TOTAL_LINES=33641
||*.wap.xsbiquge.com^ ||*.wap.xsbiquge.com^
||*serror*.wo.com.cn^ ||*serror*.wo.com.cn^
||201*.myhard.com^ ||201*.myhard.com^
@ -122,6 +122,7 @@
||f-log*.grammarly.io^ ||f-log*.grammarly.io^
||24log.*^ ||24log.*^
||24smi.*^ ||24smi.*^
||ad-*.wikawika.xyz^
||00-gov.cn^ ||00-gov.cn^
||kwcdn.000dn.com^ ||kwcdn.000dn.com^
||kwcscdn.000dn.com^ ||kwcscdn.000dn.com^

@ -65,6 +65,7 @@ $ARR_MERGED_WILD_LIST = array(
'f-log*.grammarly.io' => null, 'f-log*.grammarly.io' => null,
'24log.*' => null, '24log.*' => null,
'24smi.*' => null, '24smi.*' => null,
'ad-*.wikawika.xyz' => null,
); );
$ARR_REGEX_LIST = array( $ARR_REGEX_LIST = array(
@ -107,8 +108,6 @@ $ARR_REGEX_LIST = array(
//对通配符匹配或正则匹配增加的额外赦免规则 //对通配符匹配或正则匹配增加的额外赦免规则
$ARR_WHITE_RULE_LIST = array( $ARR_WHITE_RULE_LIST = array(
'@@||tongji.*kuwo.cn^' => 0, '@@||tongji.*kuwo.cn^' => 0,
// '@@||ntp.org^' => 1, //强制加白针对上面正则表达式的一个赦免规则例如2.android.pool.ntp.org
// '@@||*push-apple.com.akadns.net^' => 1, //强制加白, 苹果推送2.courier-push-apple.com.akadns.net
'@@||tracking.epicgames.com^' => 0, '@@||tracking.epicgames.com^' => 0,
'@@||tracker.eu.org^' => 1, //强制加白BT tracker有形如2.tracker.eu.org的域 '@@||tracker.eu.org^' => 1, //强制加白BT tracker有形如2.tracker.eu.org的域
'@@||stats.uptimerobot.com^' => 0, //uptimerobot监测相关 '@@||stats.uptimerobot.com^' => 0, //uptimerobot监测相关

Loading…
Cancel
Save