# This is the main configuration file for the Bind DNS server. # For information on how to use this file, see `man named.conf`. logging { channel default_log { file "/var/log/named/default" versions 3 size 20m; print-time yes; print-category yes; print-severity yes; severity info; }; }; options { directory "/var/named"; }; zone "localhost" IN { type master; file "named.localhost"; }; zone "." IN { type hint; file "named.ca"; };