From bfa4e68c788dd23745e4192236276cdc028c3ad5 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 21 Nov 2024 17:16:58 +0100 Subject: [PATCH] fix dns --- installation/dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/dns.sh b/installation/dns.sh index db25aba..ea52517 100755 --- a/installation/dns.sh +++ b/installation/dns.sh @@ -2,7 +2,7 @@ sudo apt update sudo apt install -y bind9 bind9utils bind9-doc -echo "nameserver localhost" >/etc/resolv.conf +echo "nameserver 192.168.16.1" >/etc/resolv.conf systemctl start named systemctl enable named