Dernière activité 1726394579

Révision 0d96056c5cb3e40f516576423165c1d59a6ca43e

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