Skip to content

Download and Install

netblue30 edited this page Feb 9, 2020 · 23 revisions

Download from here or use git to get the latest development version:

Compile and install

Dependencies: OpenSSL library, libseccomp

  • Debian/Ubuntu: sudo apt-get install libseccomp-dev libssl-dev
  • Fedora/CentOS: sudo yum install libseccomp-devel openssl-devel
  • Arch Linux: the libraries are already included in the base group

$ ./configure --prefix=/usr
$ make
$ sudo make install-strip

Debian/Ubuntu install:

$ sudo apt-get install fdns_0.9.62_1_amd64.deb

next: Starting the Proxy

Clone this wiki locally