From 4e91161c3f0cb25fce856f4220604a533d683bfb Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 6 Dec 2023 11:31:52 +0100 Subject: [PATCH] rec: rng and entropy-source are not longer processed Remove them from YAML settings and mention the fact in old-style --- pdns/recursordist/settings/table.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 75158bc495..fe530c36c0 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -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', -- 2.47.2