We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e78fe22 + 72d2f77 commit ab9df4bCopy full SHA for ab9df4b
bbot/modules/baddns.py
@@ -24,7 +24,7 @@ class baddns(BaseModule):
24
"only_high_confidence": "Do not emit low-confidence or generic detections",
25
}
26
max_event_handlers = 8
27
- deps_pip = ["baddns~=1.1.0"]
+ deps_pip = ["baddns~=1.1.789"]
28
29
def select_modules(self):
30
selected_modules = []
bbot/modules/baddns_zone.py
@@ -22,7 +22,7 @@ class baddns_zone(baddns_module):
22
23
0 commit comments