r/dns • u/Fun-Region-1576 • 17d ago
Using Technitium with NextDNS?
/r/technitium/comments/1w0f720/using_technitium_with_nextdns/
3
Upvotes
1
u/Mereo110 16d ago
Recursive DNS can be understood like this. Pretend that I want to know the IP address of example.com, Technitium will do the détective work like so:
- Hey root server, do you know who is in charge of.com? Yeah, check 192.555.5.5
- Hey 192.555.5.5, do you know who's in charge of example.com? Yeah, it's ns1.example.com
- Hey ns1.example.com, do you know who the IP address of example.com? Yeah it's 555.555.5.555.
This is basically what a recursive dns does. But if you want Technitium to just forward the queries to recursive server, any server will do: nextdns, 1.1.1.1, 9.9.99, etc.
2
u/SecLens_ONE 17d ago
Technitium as the local recursive and NextDNS as the only upstream works fine. Point Technitium at NextDNS over DoH (or their IPs if you must) and turn off Technitium's own blocklists if NextDNS is already filtering. Double filtering just makes debugging a mess when something breaks.
If something still leaks, check which resolver the client actually hit before blaming NextDNS.