DNSUpdate 2 is a client for dynamic DNS services like DynDNS.org and ZoneEdit.com, specific to Mac OS X. It uses the Cocoa framework and is launched at boot time. It comes with a graphic application to configure and monitor the client.
DNSUpdate 2 is a client for dynamic DNS services like DynDNS.org and ZoneEdit.com, specific to Mac OS X. It uses the Cocoa framework and is launched at boot time. It comes with a graphic application to configure and monitor the client.
To install dnsupdate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dnsupdate
To see what files were installed by dnsupdate, run:
port contents dnsupdate
To later upgrade dnsupdate, run:
sudo port selfupdate && sudo port upgrade dnsupdate
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.