diff --git a/installation/dns.sh b/installation/dns.sh index 69de338..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 192.168.16.177" >/etc/resolv.conf +echo "nameserver 192.168.16.1" >/etc/resolv.conf systemctl start named systemctl enable named