Chris Buijs
Chris Buijs
To keep ahead of the curve, prefetching/refreshing particular records in cache before they get expired can potentional keep things speedy. - Start prefetching at a particlar percentage of TTL expired...
For the `ttl-modifier`, having an "TTL optimizer" option to to modify TTL's to improve caching and make dns resolution more efficient, or at least have a couple of another ways...
Might be nice to be able to load zone-files and offer local versions of a DNS zone, or use it to provide local answers. Format/Info here: [Wiki](https://en.wikipedia.org/wiki/Zone_file) Similar when using...
RouteDNS stores answers in cache based on using the lowest TTL it find in the RRSET of the answer. There might be an optimization possible by storing every record in...
Currently there is no way to modify what the path is of a DOH listener. It defaults do `/dns-query`. It would be nice to be able to modify this, but...
It would be nice on the `resolvers` section, to specify what happens per `rcode` returned on an answer. Responding a bit like how resolvers are used in other sections. When...
Today the `routes` on `routers` while execute a rule (route) when there is a hit, and that is the end of processing on that bit, which is fine. But sometimes,...
When using a hosts-file with the hosts type groups rule, forward lookups for `A` and `AAAA` work fine, but when doing reverse-lookup for the IP (`PTR`), no answers are given....
When using a `source` pointing to an URL, and the download fails (for example 404: Does not exist), RouteDNS exits. Would it be possible to exit more gracefully, or have...
See here as example: https://docs.powerdns.com/recursor/lua-config/ztc.html It might be handy to have an feature for the case to pre-load it with content when starting. I think the following functionality makes sense:...