Skip to content

Commit

Permalink
flaked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Dec 20, 2023
1 parent 9c4fc22 commit a7218dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbot/core/helpers/dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def __init__(self, parent_helper):
# copy the system's current resolvers to a text file for tool use
self.system_resolvers = dns.resolver.Resolver().nameservers
if len(self.system_resolvers) == 1:
nameserver = next(iter(self.system_resolvers))
log.warning("BBOT performs better with multiple DNS servers. Your system currently only has one.")
self.resolver_file = self.parent_helper.tempfile(self.system_resolvers, pipe=False)

Expand Down

0 comments on commit a7218dd

Please sign in to comment.