Skip to content

Instantly share code, notes, and snippets.

@mpontillo
Forked from hanshasselberg/dnsperf_install.sh
Created May 30, 2017 17:47
Show Gist options
  • Save mpontillo/95e8f708e59dfb37e106824e6864c246 to your computer and use it in GitHub Desktop.
Save mpontillo/95e8f708e59dfb37e106824e6864c246 to your computer and use it in GitHub Desktop.
Install dnsperf on ubuntu
sudo apt-get install -y bind9utils libbind-dev libkrb5-dev libssl-dev libcap-dev libxml2-dev
curl ftp://ftp.nominum.com/pub/nominum/dnsperf/2.0.0.0/dnsperf-src-2.0.0.0-1.tar.gz -O
tar xfvz dnsperf-src-2.0.0.0-1.tar.gz
cd dnsperf-src-2.0.0.0-1
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment