adns Installation On Mac Using Brew
C/C++ resolver library and DNS resolver utility. "adns" is a resolver library for C (and C++) programs, and a collection of useful DNS resolver utilities. It is Advanced, easy to use, asynchronous-capable DNS client library and utilities.To know more about adns: http://www.chiark.greenend.org.uk/~ian/adns/
Installation Steps:
- Open iterm or whichever terminal you have
- Run the following to install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Finally install adns
brew install adns
0 comments:
Post a Comment