]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add protobuf and re2 as optional deps in the README 4251/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 29 Jul 2016 07:33:04 +0000 (09:33 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 29 Jul 2016 07:33:04 +0000 (09:33 +0200)
pdns/README-dnsdist.md

index 70173b9752f133012f87e459deac34d6a393a09a..3c848c96bd6d58b53c422624cccafb799c609201 100644 (file)
@@ -12,7 +12,8 @@ Compiling
 ---------
 `dnsdist` depends on boost, Lua or LuaJIT and a pretty recent C++
 compiler (g++ 4.8 or higher, clang 3.5 or higher). It can optionally use libsodium
-for encrypted communications with its client.
+for encrypted communications with its client, protobuf for remote logging and re2
+for regular expression matching.
 
 Should `dnsdist` be run on a system with systemd, it is highly recommended to have
 the systemd header files (`libsystemd-dev` on debian and `systemd-devel` on CentOS)