]> granicus.if.org Git - pdns/commitdiff
compile options reference the Recursor instead of the Authoritative server
authorOli Schacher <oli.schacher@switch.ch>
Sat, 30 Dec 2017 12:24:23 +0000 (13:24 +0100)
committerOli Schacher <oli.schacher@switch.ch>
Sat, 30 Dec 2017 12:24:23 +0000 (13:24 +0100)
docs/appendices/compiling.rst

index 8a2239f9aac0b52a6dd4a2f8aad52b8b608242c1..a641367a17f658d0ec9cb94bd2dbb9d733475d12 100644 (file)
@@ -61,13 +61,13 @@ These will require additional dependencies
 ed25519 support with libsodium
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-The PowerDNS Recursor can link with `libsodium <https://download.libsodium.org/doc/>`_ to support ed25519 (DNSSEC algorithm 15).
+The PowerDNS Authoritative Server can link with `libsodium <https://download.libsodium.org/doc/>`_ to support ed25519 (DNSSEC algorithm 15).
 To detect libsodium, use the ``--enable-libsodium`` configure option.
 
 ed25519 and ed448 support with libdecaf
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-`libdecaf <https://sourceforge.net/projects/ed448goldilocks/>`_ is a library that allows the PowerDNS Recursor to support ed25519 and Ed448 (DNSSEC algorithms 15 and 16).
+`libdecaf <https://sourceforge.net/projects/ed448goldilocks/>`_ 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