Skip to content

Commit

Permalink
Merge pull request #98 from scuben/ns-only-query
Browse files Browse the repository at this point in the history
allow to query NS on root or tld nameservers
  • Loading branch information
freekmurze authored Sep 6, 2022
2 parents e6179e3 + cf50b15 commit e73eb8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Handlers/Dig.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ protected function buildCommand(string $domain, string $type): array
'dig',
'+nocmd',
'+noall',
'+authority',
'+answer',
'+nomultiline',
'+answer',
'+tries=2',
Expand Down

0 comments on commit e73eb8f

Please sign in to comment.