// generated by named-bootconf.pl options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; }; // // Boot file for name server // // type domain source file zone "." { type hint; file "named.root"; }; // Zone boot information and daemon options are kept in other files // (autoincluded from boot.zones) // // Name server zone boot file // See named(8) for syntax and further information // // type domain source file // (autoincluded from boot.options) // // Options for name server // Use `bindconfig' to automatically configure this file // // type domain source file zone "localhost." { type master; file "named.local"; }; zone "127.in-addr.arpa." { type master; file "named.rev-local"; }; // Custom configurations below (will be preserved) zone "kaze.co.jp." { type master; file "named.hosts"; } zone "21.233.210.in-addr.arpa." { type master; file "named.rev" }