

更好的方式
- 将合法机器人爬虫移入第一个允许中
- 质询规则如下
(ip.geoip.country ne "CN") or (cf.threat_score gt 2) or (not http.user_agent contains "Mozilla") or (not http.request.version in {"HTTP/2" "HTTP/3" "SPDY/3.1"}) or (ip.geoip.asnum in {37963 45090 55990})
发布于 2022-02-23 144 次阅读
(ip.geoip.country ne "CN") or (cf.threat_score gt 2) or (not http.user_agent contains "Mozilla") or (not http.request.version in {"HTTP/2" "HTTP/3" "SPDY/3.1"}) or (ip.geoip.asnum in {37963 45090 55990})
Comments NOTHING