serverless-dns
serverless-dns copied to clipboard
The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io
It would be great if there was some form of rudimentary access control. The only native viable way I see right now would be to have a static `ACCESS_TOKEN` which...
Can i make serverless dns with ip like 8.8.8.8 for my laptop use? with fly.io
https://bun.sh/ is all the rage.
[Use proxy-proto v2 on Fly deploys](https://community.fly.io/t/tls-proxy-protocol-how-to-set-http-2-alpn/4495/14). This would let users [provision certs with Fly](https://fly.io/docs/app-guides/custom-domains-with-fly/) and use Fly's TLS termination, instead of having to do both of those themselves, [which isn't...
can't connect when add dns over tls on setting Android 11  please fix that ( wokers cloudflare)
Tokio powered IO is likely way faster under load than Node's? For reference, [Node's plain old DNS perf](https://github.com/serverless-dns/serverless-dns/runs/5116703830) doing 6600 DNS reqs at the rate of 110 per sec: ```...
The refactor has been painful due to the wild west nature of this javascript codebase. Let's try to static-type it esp since absence of tests are exaggerating the pain, at...
https://github.com/serverless-dns/serverless-dns/blob/08cf14a437223bc30e9598deccdc8e06f9a1a99a/wrangler.toml#L9 ``https://cloudflare-dns.com/dns-query``→`https://mozilla.cloudflare-dns.com/dns-query`
NodeJS server on `http://max.rethinkdns.com/` currently sends Empty reply.
Prototype DNS logs storage & retrieval from [Workers KV free-tier](https://developers.cloudflare.com/workers/platform/pricing#kv) (1K writes, deletes, lists / day; 100K reads / day; 1G storage in total). We'd need some gating mechanism (may...