mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update resolv file
This commit is contained in:
parent
ce1ca58438
commit
dde5730647
|
@ -2,9 +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
|
||||||
|
|
||||||
# This configuration will prefer NextDNS, with fallback
|
# Prefer local pihole server, if aviable
|
||||||
# to CloudFlare DNS and its fallback, and finally
|
nameserver 192.168.0.10
|
||||||
# last fallback to the ISP default
|
|
||||||
|
# Fallback on common DNS servers, in this order:
|
||||||
|
# NextDNS -> CloudFlare DNS -> ISP default DNS
|
||||||
nameserver 45.90.30.0
|
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
|
||||||
|
|
Loading…
Reference in a new issue