]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Also update surrounding text as noted by phonedph1 9099/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 May 2020 14:29:42 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 14:29:42 +0000 (16:29 +0200)
pdns/recursordist/docs/dnssec.rst

index 44f2324ad433d7b8b53ee5eaa2dc4d428fac098d..a27342fbc3d75008de90adcd6ab776d39ba5e7a6 100644 (file)
@@ -92,7 +92,7 @@ The PowerDNS Recursor ships with the DNSSEC Root key built-in.
 Configuring DNSSEC key material must be done in the :ref:`setting-lua-config-file`, using :func:`addTA`.
 This function takes 2 arguments: the node in the DNS-tree and the data of the corresponding DS record.
 
-To e.g. add a trust anchor for the root and powerdns.com, use the following config in the Lua file:
+To e.g. add a trust anchor for the root and example.com, use the following config in the Lua file:
 
 .. code:: Lua