dns fix
This commit is contained in:
parent
c10169e694
commit
aaf5e32c5c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue