goodbye systemd-resolved, you may no longer mess around with my configuration files.
This commit is contained in:
parent
afd270b249
commit
5bc8947251
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,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.1" >/etc/resolv.conf
|
||||||
|
sudo chattr +i /etc/resolv.conf
|
||||||
|
|
||||||
systemctl start named
|
systemctl start named
|
||||||
systemctl enable named
|
systemctl enable named
|
||||||
|
|
Loading…
Reference in a new issue