mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Switch to NextDNS
This commit is contained in:
parent
10e6c267fd
commit
d43d071452
|
@ -2,10 +2,11 @@
|
||||||
# but setting immutable flag to this file fixes that.
|
# but setting immutable flag to this file fixes that.
|
||||||
# This can be done by running chattr +i /etc/resolv.conf
|
# This can be done by running chattr +i /etc/resolv.conf
|
||||||
|
|
||||||
# You should add this manually, with the immutable flag,
|
# This configuration will prefer NextDNS, with fallback
|
||||||
# Using it from the script will let NetworkManager override
|
# to CloudFlare DNS and its fallback, and finally
|
||||||
# these back to the local DNS resolv, rendering this irrelevant
|
# last fallback to the ISP default
|
||||||
|
nameserver 45.90.30.0
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
nameserver 1.0.0.1
|
nameserver 1.0.0.1
|
||||||
nameserver 192.168.0.1
|
nameserver 127.0.0.1
|
||||||
|
nameserver ::1
|
||||||
|
|
Loading…
Reference in a new issue