Skip to content

Instantly share code, notes, and snippets.

@fumiyas
Created December 9, 2011 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fumiyas/1451715 to your computer and use it in GitHub Desktop.
Save fumiyas/1451715 to your computer and use it in GitHub Desktop.
Initial "options" clause in /etc/named.conf from CentOS 4
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
/*
* 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;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment