squid: Update regex for sa-update domains.

List of domains is like:

http://sa-update.dnswl.org/ weight=3

http://www.sa-update.pccc.com/ weight=5

http://sa-update.secnap.net/ weight=5

http://sa-update.space-pro.be/ weight=1

http://sa-update.ena.com/ weight=5

http://sa-update.razx.cloud/ weight=5

http://sa-update.fossies.org/ weight=1

http://sa-update.verein-clean.net/ weight=10

http://sa-update.bitwell.fi/ weight=5

http://sa-update.spamassassin.org/ weight=10

They all start sa-update.*, except for http://www.sa-update.pccc.com/.
In that case, we just match sa-update on the domain name.
This commit is contained in:
Benoît S. 2020-06-17 11:25:24 +09:00 committed by Gitea
parent fa49369929
commit 952b0d4521
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
^hwraid\.le-vert\.net$ ^hwraid\.le-vert\.net$
^.*\.clamav\.net$ ^.*\.clamav\.net$
^spamassassin\.apache\.org$ ^spamassassin\.apache\.org$
^.*\.sa-update.*$ ^.*sa-update.*$
^pear\.php\.net$ ^pear\.php\.net$
^repo\.mysql\.com$ ^repo\.mysql\.com$
^deb\.nodesource\.com$ ^deb\.nodesource\.com$

View File

@ -7,7 +7,7 @@ http://www.kernel.org/.*
http://hwraid.le-vert.net/.* http://hwraid.le-vert.net/.*
http://.*.clamav.net/.* http://.*.clamav.net/.*
http://spamassassin.apache.org/.* 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/.*