Skip to content

Instantly share code, notes, and snippets.

@jjennings089
Last active February 1, 2022 04:35
Show Gist options
  • Save jjennings089/2102d36504dbadf7b3ca5cb3d963b771 to your computer and use it in GitHub Desktop.
Save jjennings089/2102d36504dbadf7b3ca5cb3d963b771 to your computer and use it in GitHub Desktop.
Bind9 on Mac OS Mongerey via Homebrew
Currently in progress.... TBD
Sudo as needed.
1) instlal homebrew
2) brew install Bind
3) Config files in /opt/homebrew/etc/bind/
4) Edit named.conf : I like to use VI but any editor will do.
5) add the following to the top of the file.
include "/opt/homebrew/etc/bind/rndc.key";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment