]> git.ipfire.org Git - ipfire.org.git/commitdiff
dnsbl: Contact the API using its public domain name
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2025 14:10:47 +0000 (14:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2025 14:10:47 +0000 (14:10 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/dnsbl.py

index 772bf5ff34af1a4ef09fdc7c29fb317081434b81..18329d0a6424a5e1a9262a2865d74832bd7665c2 100644 (file)
@@ -24,8 +24,7 @@ class DNSBL(Object):
 
                # Format the URL
                url = urllib.parse.urljoin(
-                       #"https://api.dnsbl.ipfire.org",
-                       "http://dnsbl01.haj.ipfire.org:8000", path,
+                       "https://api.dnsbl.ipfire.org", path,
                )
 
                # Append any query arguments to the URL