Ross McFarland
3 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
2 deletions
-
octodns/processor/filter.py
|
|
|
@ -137,8 +137,7 @@ class NameAllowlistFilter(_NameBaseFilter): |
|
|
|
name = record.name |
|
|
|
if name in self.exact: |
|
|
|
continue |
|
|
|
|
|
|
|
if any(r.search(name) for r in self.regex): |
|
|
|
elif any(r.search(name) for r in self.regex): |
|
|
|
continue |
|
|
|
|
|
|
|
zone.remove_record(record) |
|
|
|
|