From 7b0a2c7896f3809bbb24c687d1ba528821b0fbfc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 12 Jul 2024 11:53:38 +0200 Subject: [PATCH] Continued: - ops, renamed to much --- fba/http/federation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fba/http/federation.py b/fba/http/federation.py index cdffdf5..53232d2 100644 --- a/fba/http/federation.py +++ b/fba/http/federation.py @@ -178,7 +178,7 @@ def fetch_instances(domain: str, origin: str, software: str, command: str, path: elif instance.endswith(".onion"): logger.debug("instance='%s' is a TOR .onion instance - SKIPPED", instance) continue - elif instance.endswith(".i2p") and not config.get("allow_i2p_instance"): + elif instance.endswith(".i2p") and not config.get("allow_i2p_domain"): logger.debug("instance='%s' is an I2P .onion instance - SKIPPED", instance) continue elif instance.endswith(".arpa"): -- 2.39.5