]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/recursordist/docs/dnssec.rst
don't suggest to a TA for pwerdns.com
[thirdparty/pdns.git] / pdns / recursordist / docs / dnssec.rst
index f7b57e354f001cfab6aa029826878f0e39499eef..44f2324ad433d7b8b53ee5eaa2dc4d428fac098d 100644 (file)
@@ -97,7 +97,7 @@ To e.g. add a trust anchor for the root and powerdns.com, use the following conf
 .. code:: Lua
 
     addTA('.', "63149 13 1 a59da3f5c1b97fcd5fa2b3b2b0ac91d38a60d33a") -- This is not an ICANN root
-    addTA('powerdns.com', "44030 8 2 D4C3D5552B8679FAEEBC317E5F048B614B2E5F607DC57F1553182D49 AB2179F7")
+    addTA('example.com', "44030 8 2 D4C3D5552B8679FAEEBC317E5F048B614B2E5F607DC57F1553182D49 AB2179F7")
 
 For PowerDNS Recursor 4.1.x and below, use the :func:`addDS` function instead.