From: Roland Häder Date: Fri, 12 Jul 2024 09:53:38 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b0a2c7896f3809bbb24c687d1ba528821b0fbfc;p=fba.git Continued: - ops, renamed to much --- 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"):