goodbye systemd-resolved, you may no longer mess around with my configuration files.

This commit is contained in:
Patrick 2024-11-22 17:31:08 +01:00
parent afd270b249
commit 5bc8947251

View file

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