mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-14 17:27:23 +01:00
Use /dev/random instead of /dev/urandom
/dev/random should be used for crypto-grade RNG. To make sure use of /dev/random doesn't stall due to lack of entropy, install haveged which fills the entropy pool with sources such as network traffic, key strokes, etc. On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: modified: setup/dns.sh modified: setup/system.sh modified: setup/webmail.sh
This commit is contained in:
@@ -8,7 +8,7 @@ hide_output apt-get -y upgrade
|
||||
|
||||
# Install basic utilities.
|
||||
|
||||
apt_install python3 python3-pip wget curl bind9-host
|
||||
apt_install python3 python3-pip wget curl bind9-host haveged
|
||||
|
||||
# Turn on basic services:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user