Skip to content

Commit

Permalink
Use passed NS servers
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperNURb committed Dec 23, 2024
1 parent c0f7562 commit 22ccfdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnsrecon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,7 @@ def main():
spf_enum = arguments.s
wildcard_filter = arguments.f
proto = 'tcp' if arguments.tcp else 'udp'
ns_server = arguments.ns_server.split(',') if arguments.ns_server else []

# Initialize an empty list to hold all records
all_returned_records = []
Expand Down

0 comments on commit 22ccfdc

Please sign in to comment.