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

  • Dave@lemmy.nz
    link
    fedilink
    arrow-up
    1
    ·
    9 days ago

    For the last 3 days (since turning on the block) there has been a dead spot from China from 4:00 to 14:00 NZST.

    @Dave@lemmy.nz you seeing the same drop?

    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.

      • Dave@lemmy.nz
        link
        fedilink
        arrow-up
        1
        ·
        8 days ago

        Damn, good luck! At least those are all blocked rather than killing your server.

          • Dave@lemmy.nz
            link
            fedilink
            arrow-up
            1
            ·
            7 days ago

            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).

            • ᛒᛚᚢᛖᛇᚦᛖᚱ (BlueÆther)@no.lastname.nzOPM
              link
              fedilink
              English
              arrow-up
              2
              ·
              7 days ago

              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"} 64
              
              • Dave@lemmy.nz
                link
                fedilink
                arrow-up
                1
                ·
                7 days ago

                Hmm it looks like it’s working, right? Like a billion (!) garbage pages generated. Still 500k getting through but over 5 days that seems minimal.