From: Otto Moerbeek Date: Mon, 7 Oct 2024 10:00:59 +0000 (+0200) Subject: Apply suggestions from code review X-Git-Tag: rec-5.1.3~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd097c74180be1c18e0ca2a426af5929238d77b;p=thirdparty%2Fpdns.git Apply suggestions from code review Co-authored-by: Remi Gacogne (cherry picked from commit 565587b70215b7968c9fa711d0bc1b85938f79ed) --- diff --git a/pdns/recursordist/reczones.cc b/pdns/recursordist/reczones.cc index 231a1d476e..c54f537ad3 100644 --- a/pdns/recursordist/reczones.cc +++ b/pdns/recursordist/reczones.cc @@ -200,7 +200,7 @@ string reloadZoneConfiguration(bool yaml) ::arg().preParseFile(filename, "allow-notify-for-file", ::arg()["allow-notify-for-file"]); ::arg().preParseFile(filename, "export-etc-hosts", ::arg()["export-etc-hosts"]); ::arg().preParseFile(filename, "serve-rfc1918", ::arg()["serve-rfc1918"]); - ::arg().preParseFile(filename, "serve-rfc1918", ::arg()["serve-rfc6303"]); + ::arg().preParseFile(filename, "serve-rfc6303", ::arg()["serve-rfc6303"]); } } // Process command line args potentially overriding what we read from config files diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 822c0730d4..bebb09a2ea 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -2375,7 +2375,7 @@ Individual parts of these zones can still be loaded or forwarded. This makes the server authoritatively aware of the zones in RFC 6303 not covered by RFC 1918. Individual parts of these zones can still be loaded or forwarded. ''', - 'versionadded': ['5.1.x', '5.2.0'], + 'versionadded': ['5.1.3', '5.2.0'], }, { 'name' : 'serve_stale_extensions',