Chris Buijs
Chris Buijs
If you look at the `SRV` record type, it looks like this: ` IN SRV ` Example (providing port 5222): ``` dig _xmpp-client._tcp.gmail.com SRV +short 20 0 5222 alt2.xmpp.l.google.com. 20...
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...
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...
It is allowed to add invalid/illegal CIDR notation: ``` >>> import pytricia >>> a = pytricia.PyTricia(128) >>> a['192.168.1.23/24'] = 'Whatever' >>> a.keys() ['192.168.1.23/24'] ``` It seems to take the network...
Seems that "pingDoTCP" is launched on every IP-Addresses returned for a query. Even when there is only one IP-Address returned for a query. Would it be better to only check/test...
Would be nice if the `whitelist` and `blacklist` options accepts URL's and file-locations and maybe obsolete the `list` option? Examples: ``` blacklist https://raw.githubusercontent.com/cbuijs/accomplist/master/deugniets/plain.black.domain.list whitelist https://raw.githubusercontent.com/cbuijs/accomplist/master/deugniets/plain.white.domain.list blacklist-regex /etc/coredns/my-sweet-regex.list blacklist doubleclick.net whitelist...