From: Zoltán Felleg Date: Sat, 2 May 2026 21:02:56 +0000 (+0200) Subject: Updated ens.pm and pns.pm (removed random-device from named.conf). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=b1656a603cdc7147aee2568070bb8caf749f3f18;p=user-lxc.git Updated ens.pm and pns.pm (removed random-device from named.conf). --- diff --git a/sources/ens.pm/c3d/postinstall/install-data/etc/named.conf b/sources/ens.pm/c3d/postinstall/install-data/etc/named.conf index 91b8300..8d12170 100644 --- a/sources/ens.pm/c3d/postinstall/install-data/etc/named.conf +++ b/sources/ens.pm/c3d/postinstall/install-data/etc/named.conf @@ -19,8 +19,6 @@ options { dnssec-validation yes; - random-device "/dev/urandom"; - max-cache-size 64m; managed-keys-directory "/var/named/dynamic"; diff --git a/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf b/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf index 880c4f0..2582c7b 100644 --- a/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf +++ b/sources/pns.pm/c3d/postinstall/install-data/etc/named.conf @@ -19,8 +19,6 @@ options { dnssec-validation yes; - random-device "/dev/urandom"; - max-cache-size 64m; managed-keys-directory "/var/named/dynamic";