From f315c53948a9f33e5c23fd5802ed3f0de3d56f75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 5 Jun 2024 12:35:01 +0200 Subject: [PATCH] Remove wrong description from UDR related settings --- pdns/recursordist/settings/table.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index e3c6b98efb..3f8ac72e9f 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1806,9 +1806,7 @@ feature. 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' -will never be considered for a new unique domain request. One use-case for the -ignore list is to never reveal details of internal subdomains -via the new-domain-lookup feature. +will never be considered for a new unique domain request. ''', 'versionadded' : '5.1.0' }, @@ -1823,9 +1821,7 @@ via the new-domain-lookup feature. 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' -will never be considered for a new unique domain request. One use-case for the -ignore list is to never reveal details of internal subdomains -via the new-domain-lookup feature. +will never be considered for a new unique domain request. ''', 'versionadded' : '5.1.0' }, -- 2.47.2