This commit is contained in:
Patrick 2024-11-18 21:21:18 +01:00
parent dab00786c3
commit c944627166

7
installation/dns.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
sudo apt update
sudo apt install bind9 bind9utils bind9-doc
systemctl start named
systemctl enable named