Last updated 2021-12-15 23:01:29

This commit is contained in:
blackmatrix7
2021-10-12 18:09:19 +00:00
parent 99b8eaa157
commit c0bfb34c43
3644 changed files with 2058868 additions and 440850 deletions

View File

@ -1,22 +1,14 @@
# NAME: Download
# AUTHOR: blackmatrix7
# REPO: https://github.com/blackmatrix7/ios_rule_script
# UPDATED: 2021-07-23 09:41:17
# UPDATED: 2021-12-15 22:59:39
# DESCRIPTION: 分流规则中含有URL-REGEX类型请搭配MITM使用
# DOMAIN-KEYWORD: 5
# URL-REGEX: 7
# DOMAIN-SUFFIX: 1
# TOTAL: 13
DOMAIN-SUFFIX,smtp
DOMAIN-KEYWORD,aria2
DOMAIN-KEYWORD,thunder
DOMAIN-KEYWORD,xlliveud
DOMAIN-KEYWORD,xunlei
DOMAIN-KEYWORD,yunpan
URL-REGEX,(.+.)?(torrent|announce.php?passkey=|tracker|BitTorrent|bt_key|ed2k|find_node|get_peers|info_hash|magnet:|peer_id=|xunlei)(..+)?
URL-REGEX,(.+.|^)(360|so|qihoo|360safe|qhimg|360totalsecurity|yunpan).(cn|com)
URL-REGEX,(.+\.|^)(360|so)\.(cn|com)
URL-REGEX,(.?)(xunlei|sandai|Thunder|XLLiveUD)(.)
URL-REGEX,(Subject|HELO|SMTP)
URL-REGEX,(api|ps|sv|offnavi|newvector|ulog.imap|newloc)(.map|).(baidu|n.shifen).com
URL-REGEX,(torrent|announce.php\?passkey=|tracker|BitTorrent|bt_key|ed2k|find_node|get_peers|info_hash|magnet:|peer_id=)
# TOTAL: 7
URL-REGEX,"(.+.)?(torrent|announce.php?passkey=|tracker|BitTorrent|bt_key|ed2k|find_node|get_peers|info_hash|magnet:|peer_id=|xunlei)(..+)?"
URL-REGEX,"(.+.|^)(360|so|qihoo|360safe|qhimg|360totalsecurity|yunpan).(cn|com)"
URL-REGEX,"(.+\.|^)(360|so)\.(cn|com)"
URL-REGEX,"(.?)(xunlei|sandai|Thunder|XLLiveUD)(.)"
URL-REGEX,"(Subject|HELO|SMTP)"
URL-REGEX,"(api|ps|sv|offnavi|newvector|ulog.imap|newloc)(.map|).(baidu|n.shifen).com"
URL-REGEX,"(torrent|announce.php\?passkey=|tracker|BitTorrent|bt_key|ed2k|find_node|get_peers|info_hash|magnet:|peer_id=)"

View File

@ -10,15 +10,13 @@
## 规则统计
总计规则:13 条。
总计规则:7 条。
各类型规则统计:
| 类型 | 数量(条) |
| ---- | ---- |
| DOMAIN-KEYWORD | 5 |
| URL-REGEX | 7 |
| DOMAIN-SUFFIX | 1 |
## 配置说明
实时版:程序定时更新,更新频率高,能尽快同步数据源变化,适合希望尝鲜的人。