I've changed my DNS resolver to Quad9 in Firefox (dns.quad9.net), but a test on https://www.dnsleaktest.com/ shows that I'm still using my ISP's DNS resolver!
What could be wrong? 🤔
@frankie So using a generic DNS provider and being concerned about DNS leaks? Do you even privacy
@frankie generic provider as in 3rd party providing a DNS server for name resolution as they by design see what servers are you accessing and are using it against you (global surveillance)
@kreyren
ok. What provider do you recommend I use?
@frankie `man tor` / `info tor` is not enough? O.o
See DNSPort in https://2019.www.torproject.org/docs/tor-manual.html.en
tldr:
Add
DNSPort [address:]port|auto [isolation flags]
in your torrc and then change your DNS server on it e.g.
DNSPort 1234
"set DNS on 127.0.01:1234" e.g. `namserver 127.0.0.1:1234` in /etc/resolv.conf
@frankie Optionally the official support chat for tor is at ircs://irc.oftc.net:6697/#tor
@kreyren
thanks!
@frankie npnp feel free to ask if you need help
@kreyren
do you have an article/tutorial which shows hot to use Tor DNS? 😃