From 699fefefdd43a41be07dd3976dd158ba95485bcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 6 Jun 2024 09:16:39 +0200 Subject: [PATCH] Remove `oldname` from new settings --- pdns/recursordist/settings/table.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 05fe1d5ff6..08a0a7cff4 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1798,7 +1798,6 @@ feature. { 'name' : 'ignore_list_file', 'section' : 'nod', - 'oldname' : 'new-domain-ignore-list-file', 'type' : LType.String, 'default' : '', 'help' : 'File with a list of domains (and implicitly all subdomains) which will never be considered a new domain', @@ -1815,7 +1814,6 @@ feature. { 'name' : 'udr_ignore_list', 'section' : 'nod', - 'oldname' : 'udr-ignore-list', 'type' : LType.ListStrings, 'default' : '', 'help' : 'List of domains (and implicitly all subdomains) which will never be considered for UDR', @@ -1830,7 +1828,6 @@ will never be considered for a new unique domain request. { 'name' : 'udr_ignore_list_file', 'section' : 'nod', - 'oldname' : 'udr-ignore-list-file', 'type' : LType.String, 'default' : '', 'help' : 'File with list of domains (and implicitly all subdomains) which will never be considered for UDR', -- 2.47.2