Follow simple steps to install bind on Mac

Package Information:

Name: bind
Use: BIND is open source software that enables you to publish your Domain Name System (DNS) information on the Internet
URL: https://www.isc.org/downloads/bind/

Installation Steps:

  1. Open Terminal on your Mac.
  2. Run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bind using brew
    brew install bind

bind is ready to use now!