mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-13 17:17:23 +01:00
let the user override some DNS records
This commit is contained in:
@@ -7,7 +7,7 @@ apt-get -qq -y upgrade
|
||||
|
||||
# Install basic utilities.
|
||||
|
||||
apt_install python3 wget curl bind9-host
|
||||
apt_install python3 python3-pip wget curl bind9-host
|
||||
|
||||
# Turn on basic services:
|
||||
#
|
||||
@@ -29,4 +29,4 @@ if [ -z "$DISABLE_FIREWALL" ]; then
|
||||
apt_install ufw
|
||||
ufw_allow ssh;
|
||||
ufw --force enable;
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user