X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fba%2Fhelpers%2Fprocessing.py;fp=fba%2Fhelpers%2Fprocessing.py;h=5a96ac9bf22b9476ccc9764203670e3d1346e520;hb=600b452ced0fbf1c9c9796cf5afed63a1baead5a;hp=5e0b832f24cae310544cd5d1bc50f9218b6627b7;hpb=ba934ecd7350e88e8119b7ad336e246a50dddb4e;p=fba.git diff --git a/fba/helpers/processing.py b/fba/helpers/processing.py index 5e0b832..5a96ac9 100644 --- a/fba/helpers/processing.py +++ b/fba/helpers/processing.py @@ -205,7 +205,7 @@ def csv_block(blocker: str, url: str, command: str): elif domain.endswith(".onion"): logger.debug("domain='%s' is a TOR .onion domain - SKIPPED", domain) continue - elif domain.endswith(".i2p") and config.get("allow_i2p_domain") == "true": + elif domain.endswith(".i2p") and not config.get("allow_i2p_domain") == "true": logger.debug("domain='%s' is an I2P .onion domain - SKIPPED", domain) continue elif domain.endswith(".arpa"):