ignoramous
ignoramous
If not a block store, then the [Cache Web API](https://developer.mozilla.org/en-US/docs/Web/API/Cache) would do just as nicely, as well.
>Yeah, this issue has come up before - it doesn't handle non-ascii data well, which is totally a shortcoming. Can you please add that as a disclaimer in the readme...
A singular (and static) access token can be trivially implemented with secrets (supported on all 3 platforms serverless-dns deploys to). Another option would be HTTTP Basic Auth. Though, both these...
> Without auth does this not allow the resolver to be used by anyone on the internet with the domain name? Yes, it does. But it's $1 per 4m DNS...
Other people using your DoH endpoint isn't going to cost you much on Workers (besides being cheap, Cloudflare effectively blocks bots just fine and for free). That said, access token...
Do not yet support plain old DNS (over IPv4 or IPv6), but it isn't much work to do so.
You can [use Android 9+ _Private DNS_ feature](https://archive.is/LLRCN) with the URL from https://rethinkdns.com/configure?p=dot (note the `p=dot` in the url which switches the preferred protocol to DoT aka. DNS over TLS...
Discovery of Designated Resolvers (DDR) defines upgrading plaintext DNS to DoH/DoT, ref: https://news.ycombinator.com/item?id=32286783
DNS over TLS is only supported for deploys on Fly.io right now ([steps](https://docs.rethinkdns.com/dns/open-source#fly-io)). We do intend to support DoT (private dns) once [Workers supports raw TCP workloads](https://blog.cloudflare.com/introducing-socket-workers/). For now, you'd...
https://github.com/denoland/deno/issues/13636