From: Otto Moerbeek Date: Wed, 13 May 2020 12:17:44 +0000 (+0200) Subject: don't suggest to a TA for pwerdns.com X-Git-Tag: dnsdist-1.5.0-rc3~59^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3148bdb4ee3454057ea7366701d1ede38793c86f;p=thirdparty%2Fpdns.git don't suggest to a TA for pwerdns.com --- diff --git a/pdns/recursordist/docs/dnssec.rst b/pdns/recursordist/docs/dnssec.rst index f7b57e354f..44f2324ad4 100644 --- a/pdns/recursordist/docs/dnssec.rst +++ b/pdns/recursordist/docs/dnssec.rst @@ -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.