I’ve had to turn on Cloudflare’s full proxy with nearly 10’s of thousands of requests coming out of CN IPs, in the last hour making ~7000 requests:
there are ~250,000 requests from china in the last ~20 hours
I’ve had to turn on Cloudflare’s full proxy with nearly 10’s of thousands of requests coming out of CN IPs, in the last hour making ~7000 requests:
there are ~250,000 requests from china in the last ~20 hours
Ah i missed your edit. I don’t have per country data like that, I’ve only very recently played with removing Cloudflare from the equation and haven’t set up any geo-location stuff yet. My requests are coming pretty evenly over the day though, up and down a bit bit depending on time but nothing like what you’re describing. I’m looking at all traffic though, not just China.
It’s was getting worse, near 1,000,000 requests blocked in only 14 hours, peaking at 67/s blocked

When I get home I’ll gig into the peak
Damn, good luck! At least those are all blocked rather than killing your server.
It does look like that since 9am it’s back to not much above background sort of levels, although at 6k/15min it would be more that doubling the server load.That 60K/15min may have made it struggle
This would have been a hectic 5 min.

Can you tell when I turned CF off?

vs.

Do you know how many of those are being caught by iocaine?
These are my stats for anubis (this is only UI requests - LemmyUI and Mlmym mostly, no federation or app usage in this). A total of about 600k requests. Weigh and Challenge are the options given a proof of work challenge to solve (weigh just means the rules for the user agent or whatever mean the challenge difficulty was adjusted, often to make it harder for suspicious requests).
Out of the challenges issued in this time period, around 11% were validated (so 89% of the weigh and challenge traffic was also denied in addition to “deny” which was denied without issuing a challenge due to rules).
I’ve not set up nice graphics for iocaine (or any of the host stats) bu this is the last 5 days and that is with the asn-blocks and AI block turned on in CF
curl -s http://127.0.0.1:42042/metrics | grep '^qmk_' qmk_garbage_generated{host="127.0.0.1:42069"} 3888 qmk_garbage_generated{host="no.lastname.nz"} 1147955554 qmk_requests{host="127.0.0.1:42069"} 2 qmk_requests{host="172.18.0.1:42069"} 6 qmk_requests{host="no.lastname.nz"} 1386448 qmk_ruleset_hits{outcome="default",ruleset="default"} 490771 qmk_ruleset_hits{outcome="default",ruleset="trusted-agent"} 2 qmk_ruleset_hits{outcome="default",ruleset="trusted-path"} 134 qmk_ruleset_hits{outcome="garbage",ruleset="ai.robots.txt"} 1689 qmk_ruleset_hits{outcome="garbage",ruleset="major-browsers"} 48928 qmk_ruleset_hits{outcome="garbage",ruleset="poisoned-url"} 844868 qmk_ruleset_hits{outcome="garbage",ruleset="unwanted-visitors"} 64Hmm it looks like it’s working, right? Like a billion (!) garbage pages generated. Still 500k getting through but over 5 days that seems minimal.