C library for asynchronous DNS requests (including name resolves)
This is c-ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary examples of such applications are servers which communicate with multiple clients and programs with graphical user interfaces.
This is c-ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary examples of such applications are servers which communicate with multiple clients and programs with graphical user interfaces.
To install c-ares, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install c-ares
To see what files were installed by c-ares, run:
port contents c-ares
To later upgrade c-ares, run:
sudo port selfupdate && sudo port upgrade c-ares
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.