From: Ensar Sarajčić Date: Thu, 6 Jun 2024 07:16:39 +0000 (+0200) Subject: Remove `oldname` from new settings X-Git-Tag: rec-5.2.0-alpha0~19^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=699fefefdd43a41be07dd3976dd158ba95485bcd;p=thirdparty%2Fpdns.git Remove `oldname` from new settings --- 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',