preparation-scripts/installation/dns.sh

8 lines
119 B
Bash
Raw Normal View History

2024-11-18 21:21:18 +01:00
#!/bin/bash
sudo apt update
sudo apt install bind9 bind9utils bind9-doc
systemctl start named
systemctl enable named