mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
# DNS configuration, NetworkManager tends to override this
|
|
# but setting immutable flag to this file fixes that.
|
|
# This can be done by running chattr +i /etc/resolv.conf
|
|
|
|
# This configuration will prefer NextDNS, with fallback
|
|
# to CloudFlare DNS and its fallback, and finally
|
|
# last fallback to the ISP default
|
|
nameserver 45.90.30.0
|
|
nameserver 1.1.1.1
|
|
nameserver 1.0.0.1
|
|
nameserver 127.0.0.1
|
|
nameserver ::1
|