minifirewall: no http filtering by default
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2019-10-30 14:37:22 +01:00 committed by Jérémy Lecour
parent f2dacac139
commit 5476538eb1
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,7 @@ evolinux-base: on debian 10 and later, add /usr/share/scripts in root's PATH
* lxc: rely on lxc_container module instead of command module * lxc: rely on lxc_container module instead of command module
* lxc: remove useless loop in apt execution * lxc: remove useless loop in apt execution
* lxc: update our default template to be compatible with Debian 10 * lxc: update our default template to be compatible with Debian 10
* minifirewall: no http filtering by default
* php: By default, allow 128M for OpCache (instead of 64M) * php: By default, allow 128M for OpCache (instead of 64M)
* php: Don't set a chroot for the default fpm pool * php: Don't set a chroot for the default fpm pool
* rbenv: install Ruby 2.6.5 by default * rbenv: install Ruby 2.6.5 by default

View File

@ -50,7 +50,8 @@ DNSSERVEURS='0.0.0.0/0'
# HTTP authorizations # HTTP authorizations
# (you can use DNS names but set cron to reload minifirewall regularly) # (you can use DNS names but set cron to reload minifirewall regularly)
# (if you have HTTP proxy, set 0.0.0.0/0) # (if you have HTTP proxy, set 0.0.0.0/0)
HTTPSITES='security.debian.org security-cdn.debian.org pub.evolix.net volatile.debian.org mirror.evolix.org backports.debian.org hwraid.le-vert.net antispam00.evolix.org spamassassin.apache.org sa-update.space-pro.be sa-update.secnap.net www.sa-update.pccc.com sa-update.dnswl.org' # HTTPSITES='security.debian.org security-cdn.debian.org pub.evolix.net volatile.debian.org mirror.evolix.org backports.debian.org hwraid.le-vert.net antispam00.evolix.org spamassassin.apache.org sa-update.space-pro.be sa-update.secnap.net www.sa-update.pccc.com sa-update.dnswl.org'
HTTPSITES='0.0.0.0/0'
# HTTPS authorizations # HTTPS authorizations
HTTPSSITES='0.0.0.0/0' HTTPSSITES='0.0.0.0/0'