This commit is contained in:
Patrick 2024-11-21 17:15:11 +01:00
parent c10169e694
commit aaf5e32c5c

View file

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