if domain name length more than 48....

This commit is contained in:
gently 2020-03-04 23:16:44 +08:00
parent 8356ebc5c2
commit 8d8a3ae7c7

View File

@ -84,6 +84,7 @@ $ARR_REGEX_LIST = array(
'/^(\S+\.)?sax[0-9ns]?\.sina\.com\.cn/' => null,
'/delivery([0-9]{2}|dom|modo).com$/' => null,
'/^(\S+\.)?[c-s]ads(abs|abz|ans|anz|ats|atz|del|ecs|ecz|ims|imz|ips|ipz|kis|kiz|oks|okz|one|pms|pmz)\.com/' => null,
// '/^(\S+\.)?[^\.]{48,}\.[a-z]+(\.cn)?$/' => null,
);
//对通配符匹配或正则匹配增加的额外赦免规则