routedns
routedns copied to clipboard
DNS stub resolver, proxy and router with support for DoT, DoH, DoQ, and DTLS
See here: https://dnscrypt.info/ OpenDNS/Cisco-Umbrella heritage. Seems to be a quasi accepted standard for a long time already and has a pretty big fan base including tools, apps, etc. Lively community....
Today when defining a resolver, for example for `dns.google` and want to `bootstrap-address` it. I need to create four resolvers (one for each address, `dns.google` has four) and group them...
Adds a dial timeout option for clients as per #140
These errors appeared while we're trying to use the remote query blocklist. ``` Windows IP Configuration Successfully flushed the DNS Resolver Cache. Error: blocklist: Get "https://justdomains.github.io/blocklists/lists/adguarddns-justdomains.txt": dial tcp: lookup justdomains.github.io:...
what tls version and chiper suite when connecting to doh resolver like cloudflare and quad9 ?
Just wondering how difficult it is to add a response group based on return-code, either the number or text-base version. See here: [Return Codes](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6) For example you could generate a...
Hi! Seems that the GeoLite2 GEO-DB also provides the **ASN** (Autonomous System Number) for particular address-spaces. Would it be possible to block by ASN to addition of `cidr` and `location`?...
Based on the client-ip, it's geo-presence, would it be possible to sort the response (A/AAAA records only) by distance, e.g. IP-Address closest to the client-ip first using the GEO-IP database?
Just brainstorming thing. What about a `chain` entity, similar to router, but it allows you conditionally define a chain of resolution. The chain will be sequentially executed when every entity...