Guide To Install dnstop On Mac using Brew
Package Information:
Name: dnstop
Use: dnstop is a libpcap application (like tcpdump) that displays various tables of DNS traffic on your network.
URL: http://dns.measurement-factory.com/tools/dnstop/index.html
Installation Steps:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dnstop using brew
brew install dnstop
dnstop is ready to use now!