Created
March 11, 2014 17:01
-
-
Save irfan/9490167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ****************************************************** | |
| * 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