getdnsapi / stubby

Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS).
https://dnsprivacy.org/dns_privacy_daemon_-_stubby/
BSD 3-Clause "New" or "Revised" License
1.2k stars 100 forks source link

Allow resolvers for specific TLDs #317

Open pataquets opened 2 years ago

pataquets commented 2 years ago

My use case: currently using 1.1.1.1 with success. Would love to add some of the OpenNIC resolvers to also resolve their TLDs. I'm several ms away from any of them and configuring any as my main resolver would slow down every query, wheter it's a OpenNIC TLD domain or not.

saradickinson commented 2 years ago

This is similar to both https://github.com/getdnsapi/stubby/issues/264 and https://github.com/getdnsapi/stubby/issues/32 i.e. to provide config rules to forward specific requests to a specific resolvers.

Since this would require using an encrypted transport to forward, it requires dev work in the getdns library so not possible yet but am linking this issue to those previous requests as this is another use case.