From afdfc00a67601da8f86b68c75cae38bad451fd32 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 16 May 2017 09:58:16 +0200 Subject: [PATCH] Add letsencrypt in HTTPSITES --- minifirewall.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minifirewall.conf b/minifirewall.conf index 4f30ca9..db116f0 100644 --- a/minifirewall.conf +++ b/minifirewall.conf @@ -50,7 +50,7 @@ DNSSERVEURS='0.0.0.0/0' # HTTP authorizations # (you can use DNS names but set cron to reload minifirewall regularly) # (if you have HTTP proxy, set 0.0.0.0/0) -HTTPSITES='security.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 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 ocsp.int-x3.letsencrypt.org' # HTTPS authorizations HTTPSSITES='0.0.0.0/0'