From dde573064735a94298105d359af921f4741d911f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 14 Jul 2021 14:28:31 +0200 Subject: [PATCH] Update resolv file --- root/etc/resolv.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/root/etc/resolv.conf b/root/etc/resolv.conf index d27efc2..c2791fa 100644 --- a/root/etc/resolv.conf +++ b/root/etc/resolv.conf @@ -2,9 +2,11 @@ # 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 +# Prefer local pihole server, if aviable +nameserver 192.168.0.10 + +# Fallback on common DNS servers, in this order: +# NextDNS -> CloudFlare DNS -> ISP default DNS nameserver 45.90.30.0 nameserver 1.1.1.1 nameserver 1.0.0.1