Skip to content

Instantly share code, notes, and snippets.

@irfan
Created November 14, 2013 19:42
Show Gist options
  • Save irfan/7473054 to your computer and use it in GitHub Desktop.
Save irfan/7473054 to your computer and use it in GitHub Desktop.
###########################################################
# A startup item has been generated that will aid in
# starting bind9 with launchd. It is disabled
# by default. Execute the following command to start it,
# and to cause it to launch at startup:
#
# sudo port load bind9
###########################################################
---> Installing bind9 @9.9.4-P1_0
---> Activating bind9 @9.9.4-P1_0
******************************************************
* 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