↳
In-reply-to
»
Cool! 😎 So I can now block ASN(s) 🤣 (And I bet no-one noticed anything)
⤋ Read More
On a test I ran, with a static site that is a PWA, like this:
example.com {
root * /web/example.com
route / {
rate_limit {path} 20r/m
file_server
}
}
It works (as limiting rate), but when rate isn’t reached, the page doesn’t render. Not sure what could be going on.