From db2ecc706284ca936e9a42fbc66873dc337c0ab8 Mon Sep 17 00:00:00 2001 From: Oli Schacher Date: Sat, 30 Dec 2017 13:24:23 +0100 Subject: [PATCH] compile options reference the Recursor instead of the Authoritative server --- docs/appendices/compiling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/appendices/compiling.rst b/docs/appendices/compiling.rst index 8a2239f9aa..a641367a17 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 -- 2.47.2