We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd84fcc + 821b16a commit dae33dbCopy full SHA for dae33db
server/plugins-available/bind_plugin.inc.php
@@ -90,7 +90,7 @@ function soa_dnssec_create(&$data) {
90
if (!file_exists($dns_config['bind_zonefiles_dir'].'/'.$this->zone_file_prefix().$domain)) return false;
91
92
//* Check Entropy
93
- if (file_get_contents('/proc/sys/kernel/random/entropy_avail') < 400) {
+ if (file_get_contents('/proc/sys/kernel/random/entropy_avail') < 200) {
94
$app->log('DNSSEC ERROR: We are low on entropy. Not generating new Keys for '.$domain.'. Please consider installing package haveged.', LOGLEVEL_WARN);
95
echo "DNSSEC ERROR: We are low on entropy. Not generating new Keys for $domain. Please consider installing package haveged.\n";
96
return false;
0 commit comments