Quick Fix: China/Singapore Traffic Fix

LondoN eXtream

Regular Member
Joined
May 14, 2020
Messages
294
Reaction score
194
For sure i am not the only one receiving milions of users from this regions. The fix i used is pretty simple. Create a cloudflare rule, and edit the expression and put:

Code:
(ip.src.country in {"CN" "SG"} and not http.referer contains "http")

And set the rule to "URL-Redirect"->google.com or any other url

Basically this bots does not have a refferer and are quite easy to outperform.
The rule expression search for traffic coming from CN/SG with "Direct" traffic source.

1772741426424.png

This is how the rule should look like.
 
Back
Top