Skip to content

Commit

Permalink
Merge pull request #103 from spatie/improve-security
Browse files Browse the repository at this point in the history
Improve security
  • Loading branch information
freekmurze authored May 27, 2023
2 parents ae676a9 + 36a69e4 commit b22f482
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 @@ -59,7 +59,9 @@ protected function buildCommand(string $domain, string $type): array
'+tries=2',
'+time=2',
$this->prepareNameserver(),
'-q',
$domain,
'-t',
$type,
]);
}
Expand Down

0 comments on commit b22f482

Please sign in to comment.