From d43d071452af64522ce17d00a11f3031371a1766 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 7 Apr 2021 02:10:51 +0200 Subject: [PATCH] Switch to NextDNS --- root/etc/resolv.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/root/etc/resolv.conf b/root/etc/resolv.conf index 443a1eb..d27efc2 100644 --- a/root/etc/resolv.conf +++ b/root/etc/resolv.conf @@ -2,10 +2,11 @@ # but setting immutable flag to this file fixes that. # This can be done by running chattr +i /etc/resolv.conf -# You should add this manually, with the immutable flag, -# Using it from the script will let NetworkManager override -# these back to the local DNS resolv, rendering this irrelevant +# 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 192.168.0.1 - +nameserver 127.0.0.1 +nameserver ::1