squid: whitelist deb.freexian.com

This commit is contained in:
Jérémy Lecour 2022-10-03 18:53:19 +02:00 committed by Jérémy Lecour
parent c6fb24f7d8
commit 8e1b682ccc
3 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* lxc-solr: download URL according to Solr Version * lxc-solr: download URL according to Solr Version
* lxc-solr: detect the real partition options * lxc-solr: detect the real partition options
* lxc-solr: set homedir and port at install * lxc-solr: set homedir and port at install
* squid: whitelist deb.freexian.com
### Fixed ### Fixed

View file

@ -11,6 +11,7 @@
^repo\.mysql\.com$ ^repo\.mysql\.com$
^deb\.nodesource\.com$ ^deb\.nodesource\.com$
^dl\.yarnpkg\.com$ ^dl\.yarnpkg\.com$
^deb\.freexian\.com$
# Let's Encrypt # Let's Encrypt
.+\.letsencrypt.org$ .+\.letsencrypt.org$

View file

@ -10,6 +10,7 @@ http://spamassassin.apache.org/.*
http://.*sa-update.* http://.*sa-update.*
http://pear.php.net/.* http://pear.php.net/.*
http://repo.mysql.com/.* http://repo.mysql.com/.*
http://deb.freexian.com/.*
# Let's Encrypt # Let's Encrypt
http://.*.letsencrypt.org/.* http://.*.letsencrypt.org/.*