Страница 1 из 1

sudo nano /etc/default/bind9

Добавлено: 12 май 2024, 15:40
ya
sudo nano /etc/default/bind9

Код: Выделить всё

# run resolvconf?
RESOLVCONF=no

# startup options for the server
OPTIONS="-u bind -4"

systemctl restart bind9

https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-debian-9