Michael Boelen on Nostr: npub19lhhe…u3d6f This is why I have rate-limits configured in nginx. After you hit ...
npub19lhhe0lp4uj3kxmu6sey2fu6dnvdkqdkqsr2sqaeujsxnq729wgsvu3d6f (npub19lh…3d6f)
This is why I have rate-limits configured in nginx. After you hit the rate-limit and don't back down (and keep causing HTTP/429), you get a lovely auto-block.
I also block all requests without the Accept-Encoding header.
When it comes to bandwidth, it is too easy to waste resources of others 😕
If you are using nginx and need some snippets, let me know.
This is why I have rate-limits configured in nginx. After you hit the rate-limit and don't back down (and keep causing HTTP/429), you get a lovely auto-block.
I also block all requests without the Accept-Encoding header.
When it comes to bandwidth, it is too easy to waste resources of others 😕
If you are using nginx and need some snippets, let me know.