preparation-scripts/installation/dns.sh
2024-11-18 21:21:18 +01:00

7 lines
119 B
Bash

#!/bin/bash
sudo apt update
sudo apt install bind9 bind9utils bind9-doc
systemctl start named
systemctl enable named