Enable debugging for BIND 9 on Ubuntu

Posted . Visible to the public.

Edit /etc/default/bind9 and change

OPTIONS="-u bind"

to

OPTIONS="-u bind -d 50 -g"

Restart BIND and you'll see debug log on your console.

Thomas Eisenbarth
Last edit
Thomas Eisenbarth
License
Source code in this card is licensed under the MIT License.
Posted by Thomas Eisenbarth to makandra dev (2016-06-06 09:09)