Skip to content

Instantly share code, notes, and snippets.

@irfan
Created March 11, 2014 17:01
Show Gist options
  • Save irfan/9490167 to your computer and use it in GitHub Desktop.
Save irfan/9490167 to your computer and use it in GitHub Desktop.
******************************************************
* To setup named to run, you need to copy named.conf.dist
* to named.conf:
* sudo cp /opt/local/etc/named.conf.dist /opt/local/etc/named.conf
* and edit as needed. If you use the default zone files for
* 127.0.0, localhost, and the cache, you also need to copy
* those files:
* sudo cp /opt/local/var/named/db.127.0.0.dist /opt/local/var/named/db.127.0.0
* sudo cp /opt/local/var/named/db.cache.dist /opt/local/var/named/db.cache
* sudo cp /opt/local/var/named/db.localhost.dist /opt/local/var/named/db.localhost
******************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment