apt update && apt install -y curl gpg tmux htop rsync
echo "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-auth-46 main" > /etc/apt/sources.list.d/pdns.list
curl -fsSL https://repo.powerdns.com/FD380FBB-pub.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/pdns.gpg
apt update && apt install -y pdns-server pdns-backend-mysql mariadb-server mariadb-client
systemctl disable systemd-resolved.service
systemctl stop systemd-resolved.service
journalctl --follow _SYSTEMD_UNIT=pdns.service
service mysql stop && service pdns stop
ssh-keygen -t ed25519