fix dns
This commit is contained in:
parent
aaf5e32c5c
commit
bfa4e68c78
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
sudo apt update
|
||||
sudo apt install -y bind9 bind9utils bind9-doc
|
||||
echo "nameserver localhost" >/etc/resolv.conf
|
||||
echo "nameserver 192.168.16.1" >/etc/resolv.conf
|
||||
|
||||
systemctl start named
|
||||
systemctl enable named
|
||||
|
|
Loading…
Reference in a new issue