DNS Autoritativo
Ir para navegação
Ir para pesquisar
Requisitos
SO: Ubuntu Server 22.04.2 LTS
Memória: 4Gb
Disco: 40Gb
CPU: 2vCPU
Firewall
TCP 22 - Confiáveis
Pacotes Essenciais
apt-get install net-tools -y apt-get install vim -y
Instalação bind9
apt-get install bind9 dnsutils -y
Configurar consultas localmente
echo "nameserver 127.0.0.1" > /etc/resolv.conf echo "nameserver ::1" >> /etc/resolv.conf