Sorry to revive an old post.
From what I understand, Dot means trusting Cloudflare, etc. And using unbound basically means being your own DNS resolver.
Assuming I don’t use a VPN, my question is, if my main objective is to hide from my ISP, is the unencrypted unbound really that bad compared to DoT?
I ask this because I read somewhere that, even with DoT, your ISP has other ways to track you and sniff you out. Is this true?
If so then the logical thing to do would be to just use unbound... sorry if I misunderstood the concepts, thank you
It's always good to re-visit things to ensure that they're clear in your head.
DoT means trusting those DNS servers, yes, while concealing your traffic from your ISP.
As has been mentioned, only you can decide who you allow your data to be monitored by ;-) and how much of that data they're allowed to see...if you choose to give any more than necessary out in the first place
unbound with DNSSec within IPSec would be the ideal, I'm guessing (If I understand everything correctly!) - DNSSec verifies the site's/server's address as unbound understands it, and IPSec encrypts everything within the packets, and clients connect directly with the servers they wish to communicate with. Unless/until someone breaks these (which would be VERY bad in the case of DNS), every device on your network would in effect be within its own tunnel to the server it's talking with rather than your VPN's
this implies IPv6 (and removing the burden of encryption/decryption from the router, I think, but I could be and probably am mistaken)...you ARE full stack v6 on your network, yes? You should be; native rather than tunnelled, too.
this privacy/security stuff can be quite the rabbit hole and test of just how paranoid you are sometimes ;-)
It might help you to wrap your head around some of this if you spend some time on the wikipedia pages for IPv6 (and take the free IPv6 "certification course" offered at he.net), DNSSec, IPSec and go visit the WireGuard website...now that that's rolled into the linux kernel, I think we're almost at the "security and privacy by default" phase of the internet.