LondoN eXtream
Regular Member
- May 14, 2020
- 294
- 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:
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.

This is how the rule should look like.
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.

This is how the rule should look like.