serverless-dns / serverless-dns

The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io

Home Page:https://rethinkdns.com/configure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would a rate limiter be of any use?

SpencerIsGiddy opened this issue · comments

So I’ve created a rate limiter that could be implemented into serverless-dns if there is of any use for it for an extra security provision. It is currently a very rough draft and I’m not entirely sure if the limit is individually or on a server such as a whole cloudflare worker. Any thoughts on this would help https://github.com/SpencerIsGiddy/serverless-dns/pull/15/files

Instead of rate limiting, impl a load shedder dropping conns as loadavg (not the best metric) -> 1 69fa6c0