]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: rng and entropy-source are not longer processed 13578/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Dec 2023 10:31:52 +0000 (11:31 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Dec 2023 10:36:51 +0000 (11:36 +0100)
Remove them from YAML settings and mention the fact in old-style

pdns/recursordist/settings/table.py

index 75158bc495906426cdaf98fa4331fa3f9a3b8f85..fe530c36c091c4a21c70d482a8564c112be50f79 100644 (file)
@@ -949,6 +949,8 @@ This is used for generating random numbers which are very hard to predict.
 Generally on UNIX platforms, this source will be ``/dev/urandom``, which will always supply random numbers, even if entropy is lacking.
 Change to ``/dev/random`` if PowerDNS should block waiting for enough entropy to arrive.
  ''',
+        'skip-yaml': True,
+        'versionchanged': ('4.9.0', 'This setting is no longer used.'),
     },
     {
         'name' : 'etc_hosts_file',
@@ -2139,6 +2141,8 @@ Specify which random number generator to use. Permissible choices are
  - urandom - Use ``/dev/urandom``
  - kiss - Use simple settable deterministic RNG. **FOR TESTING PURPOSES ONLY!**
  ''',
+        'skip-yaml': True,
+        'versionchanged': ('4.9.0', 'This setting is no longer used.')
     },
     {
         'name' : 'root_nx_trust',