1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00
This commit is contained in:
ChiefGyk 2016-06-30 16:38:52 -04:00
parent 894fdc1d21
commit 2d51e5d0ab

View File

@ -13,6 +13,10 @@ if [[ $EUID -ne 0 ]]; then
echo
exit
fi
echo iptables-persistent iptables-persistent/autosave_v4 boolean false | debconf-set-selections
echo iptables-persistent iptables-persistent/autosave_v6 boolean false | debconf-set-selections
apt-get update
apt-get install -y ipset dialog iptables-persistent
cp conf/blacklist /etc/cron.daily/blacklist
chmod a+x /etc/cron.daily/blacklist
source conf/tor.sh