diff --git a/modules/sfp_dns_for_family.py b/modules/sfp_dns_for_family.py index e613791a89..3913fae4d9 100644 --- a/modules/sfp_dns_for_family.py +++ b/modules/sfp_dns_for_family.py @@ -108,7 +108,7 @@ def handleEvent(self, event): for result in res: k = str(result) - if k != '159.69.10.249': + if k != '0.0.0.0': continue self.debug(f"{eventData} blocked by DNS for Family")