From: Oli Schacher Date: Sat, 30 Dec 2017 12:24:23 +0000 (+0100) Subject: compile options reference the Recursor instead of the Authoritative server X-Git-Tag: dnsdist-1.3.0~179^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db2ecc706284ca936e9a42fbc66873dc337c0ab8;p=pdns compile options reference the Recursor instead of the Authoritative server --- diff --git a/docs/appendices/compiling.rst b/docs/appendices/compiling.rst index 8a2239f9a..a641367a1 100644 --- a/docs/appendices/compiling.rst +++ b/docs/appendices/compiling.rst @@ -61,13 +61,13 @@ These will require additional dependencies ed25519 support with libsodium ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The PowerDNS Recursor can link with `libsodium `_ to support ed25519 (DNSSEC algorithm 15). +The PowerDNS Authoritative Server can link with `libsodium `_ to support ed25519 (DNSSEC algorithm 15). To detect libsodium, use the ``--enable-libsodium`` configure option. ed25519 and ed448 support with libdecaf ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -`libdecaf `_ is a library that allows the PowerDNS Recursor to support ed25519 and Ed448 (DNSSEC algorithms 15 and 16). +`libdecaf `_ is a library that allows the PowerDNS Authoritative Server to support ed25519 and Ed448 (DNSSEC algorithms 15 and 16). To detect libdecaf, use the ``--enable-libdecaf`` configure option. systemd notify support