From 821b16a4c56fe3cd5e81f0d2d3eb8679e3def0f1 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Sat, 23 Jul 2022 05:00:18 +0000 Subject: [PATCH] Update bind_plugin.inc.php --- server/plugins-available/bind_plugin.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/plugins-available/bind_plugin.inc.php b/server/plugins-available/bind_plugin.inc.php index 49fd043aff..2deabc7e23 100644 --- a/server/plugins-available/bind_plugin.inc.php +++ b/server/plugins-available/bind_plugin.inc.php @@ -90,7 +90,7 @@ class bind_plugin { if (!file_exists($dns_config['bind_zonefiles_dir'].'/'.$this->zone_file_prefix().$domain)) return false; //* Check Entropy - if (file_get_contents('/proc/sys/kernel/random/entropy_avail') < 400) { + if (file_get_contents('/proc/sys/kernel/random/entropy_avail') < 200) { $app->log('DNSSEC ERROR: We are low on entropy. Not generating new Keys for '.$domain.'. Please consider installing package haveged.', LOGLEVEL_WARN); echo "DNSSEC ERROR: We are low on entropy. Not generating new Keys for $domain. Please consider installing package haveged.\n"; return false; -- GitLab