diff options
author | Christian Hesse <mail@eworm.de> | 2024-10-22 23:19:16 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-10-23 20:17:44 +0200 |
commit | 7229c756af86df3a670ca79138e6e35342951461 (patch) | |
tree | d7c71cceb8b62c470fbfe0c00c76d33634fa84e5 /certs | |
parent | 07c95763775cb5fdef056ef6ba7ff3ac1399dbaf (diff) |
fw-addr-lists: spamhaus.org requires 'ISRG Root X1' now
Diffstat (limited to 'certs')
-rw-r--r-- | certs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/Makefile b/certs/Makefile index 2e6ac9d..09e7a20 100644 --- a/certs/Makefile +++ b/certs/Makefile @@ -21,7 +21,7 @@ DOMAINS = \ sslbl.abuse.ch/GlobalSign \ upgrade.mikrotik.com/ISRG-Root-X1 \ www.dshield.org/ISRG-Root-X1 \ - www.spamhaus.org/GTS-Root-R4 + www.spamhaus.org/ISRG-Root-X1 .PHONY: $(DOMAINS) |