mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
code fix
This commit is contained in:
parent
894fdc1d21
commit
2d51e5d0ab
@ -13,6 +13,10 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
echo
|
echo
|
||||||
exit
|
exit
|
||||||
fi
|
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
|
cp conf/blacklist /etc/cron.daily/blacklist
|
||||||
chmod a+x /etc/cron.daily/blacklist
|
chmod a+x /etc/cron.daily/blacklist
|
||||||
source conf/tor.sh
|
source conf/tor.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user