diff --git a/ssh_zone_handler/bind.py b/ssh_zone_handler/bind.py index 9c59715..6ffc43f 100644 --- a/ssh_zone_handler/bind.py +++ b/ssh_zone_handler/bind.py @@ -88,6 +88,7 @@ def _filter_logs(log_lines: list[str], zones: list[str]) -> Iterator[str]: if ( f"zone {zone}/IN" in line or f"'retransfer {zone}'" in line + or f"'{zone}/AXFR/IN'" in line or f"'{zone}/IN'" in line or f"'{zone}'" in line ):