Linux DNS – Have You Changed From Your ISP's DNS Servers?
I've recently been looking at the DNS settings on my Manjaro Linux PC.Originally it was using the DNS servers supplied automatically by my ISP/router, but I decided to change them to Cloudflare DNS:
1.1.1.1
1.0.0.1
After making the change through NetworkManager, I wanted to make sure Linux was actually using the new servers rather than just assuming the GUI setting had worked.
I checked with:
nmcli dev show | grep DNS
and got:
IP4.DNS[1]: 1.1.1.1
IP4.DNS[2]: 1.0.0.1
So NetworkManager is definitely applying the Cloudflare DNS servers correctly.
It got me wondering what everyone else uses.
Do you stick with the DNS servers provided by your ISP, or have you changed to something like Cloudflare, Google or Quad9?
And if you've changed, have you noticed any genuine difference in browsing speed, reliability or resolving websites?
Also, what's your preferred way of configuring DNS on Linux — NetworkManager, systemd-resolved, or something else?
Be interested to hear what everyone is using and why.