fixed dns

This commit is contained in:
Patrick 2024-11-21 17:17:13 +01:00
parent bfa4e68c78
commit f0f97afcc4

View file

@ -2,7 +2,7 @@
sudo apt update sudo apt update
sudo apt install -y bind9 bind9utils bind9-doc sudo apt install -y bind9 bind9utils bind9-doc
echo "nameserver 192.168.16.1" >/etc/resolv.conf echo "nameserver 192.168.16.177" >/etc/resolv.conf
systemctl start named systemctl start named
systemctl enable named systemctl enable named