From: Ensar Sarajčić Date: Fri, 7 Jun 2024 16:16:30 +0000 (+0200) Subject: Use example.com instead of xyz123.tv for docs X-Git-Tag: rec-5.2.0-alpha0~19^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9431d5eb3e84061872c02b176685174141e614;p=thirdparty%2Fpdns.git Use example.com instead of xyz123.tv for docs --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 68f42d8a2e..175221ede0 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1703,9 +1703,9 @@ recursor log file. The log line looks something like:: If a domain is specified, then each time a newly observed domain is detected, the recursor will perform an A record lookup of '.'. For example if 'new-domain-lookup' -is configured as 'nod.powerdns.com', and a new domain 'xyz123.tv' is +is configured as 'nod.powerdns.com', and a new domain 'example.com' is detected, then an A record lookup will be made for -'xyz123.tv.nod.powerdns.com'. This feature gives a way to share the +'example.com.nod.powerdns.com'. This feature gives a way to share the newly observed domain with partners, vendors or security teams. The result of the DNS lookup will be ignored by the recursor. ''', @@ -1788,7 +1788,7 @@ Set to zero to disable snapshot writing.', 'doc': ''' This setting is a list of all domains (and implicitly all subdomains) that will never be considered a new domain. For example, if the domain -'xyz123.tv' is in the list, then 'foo.bar.xyz123.tv' will never be +'example.com' is in the list, then 'foo.bar.example.com' will never be considered a new domain. One use-case for the ignore list is to never reveal details of internal subdomains via the new-domain-lookup feature. @@ -1817,7 +1817,7 @@ See :doc:`ignore_list`. 'doc': ''' This setting is a list of all domains (and implicitly all subdomains) that will never be considered for a new unique domain request. -For example, if the domain 'xyz123.tv' is in the list, then 'foo.bar.xyz123.tv' +For example, if the domain 'example.com' is in the list, then 'foo.bar.example.com' will never be considered for a new unique domain request. ''', 'versionadded': '5.1.0'