pdnsd is a proxy dns server with permanent caching: the cache contents are written to hard disk on exit. It is designed to cope with unreachable or down dns servers, for example in dial-in networking.
pdnsd is a proxy dns server with permanent caching: the cache contents are written to hard disk on exit. It is designed to cope with unreachable or down dns servers, for example in dial-in networking.
To install pdnsd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pdnsd
To see what files were installed by pdnsd, run:
port contents pdnsd
To later upgrade pdnsd, run:
sudo port selfupdate && sudo port upgrade pdnsd
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.