The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service. This is the older 9.18 release series, intended to be used on systems where 9.20 doesn't work.
The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service. This is the older 9.18 release series, intended to be used on systems where 9.20 doesn't work.
To install bind9.18, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bind9.18
To see what files were installed by bind9.18, run:
port contents bind9.18
To later upgrade bind9.18, run:
sudo port selfupdate && sudo port upgrade bind9.18
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.