Skip to content

Instantly share code, notes, and snippets.

@publicarray
Last active August 5, 2017 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save publicarray/efdd85e79c3d57932880ec09bbb09788 to your computer and use it in GitHub Desktop.
Save publicarray/efdd85e79c3d57932880ec09bbb09788 to your computer and use it in GitHub Desktop.
Compile dnsdist on FreeBSD
pkg install git ragel libsodium re2 py27-virtualenv
git clone https://github.com/PowerDNS/pdns.git
cd pdns/pdns/dnsdistdist
virtualenv build
autoreconf -i
./configure --bindir=/usr/local/sbin --enable-dnscrypt --enable-libsodium --enable-re2
gmake
gmake install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment