You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/plugins-available/bind_plugin.inc.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@ function soa_dnssec_create(&$data) {
94
94
95
95
//* Check Entropy
96
96
if (file_get_contents('/proc/sys/kernel/random/entropy_avail') < 400) {
97
-
$app->log('DNSSEC WARNING: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.', LOGLEVEL_WARN);
98
-
echo"DNSSEC WARNING: We are low on entropy. This could cause server script to fail. Please consider installing package haveged.\n"
97
+
$app->log('DNSSEC ERROR: We are low on entropy. Not generating new Keys for '.$domain.'. Please consider installing package haveged.', LOGLEVEL_WARN);
98
+
echo"DNSSEC ERROR: We are low on entropy. Not generating new Keys for $domain. Please consider installing package haveged.\n";
0 commit comments