Загрузка данных


cat > /var/lib/bind/localhost << 'EOF'
$TTL 86400
@ IN SOA localhost. root.localhost. (
        1 3600 1800 604800 86400 )
@ IN NS localhost.
@ IN A  127.0.0.1
EOF

systemctl restart bind
systemctl status bind