From ea3f26e828eadcb54cd2bc51b4d8f5e8510852d7 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 5 Jan 2024 22:11:57 -0800 Subject: [PATCH] Filter blocked ip addresses --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 86e1a56..6a9fb91 100644 --- a/main.py +++ b/main.py @@ -102,6 +102,7 @@ async def main(): ports=[], ) for a in sorted_addresses + if a not in ("0.0.0.0", "::") ] # Check for change