Skip to content

Commit

Permalink
Merge pull request #106 from joelwurtz/patch-1
Browse files Browse the repository at this point in the history
fix(dig): tell dig to not convert idn to locale string
  • Loading branch information
freekmurze authored Jan 19, 2024
2 parents d194e88 + 2755817 commit f608dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Handlers/Dig.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ protected function buildCommand(string $domain, string $type): array
'dig',
'+nocmd',
'+noall',
'+noidnout',
'+authority',
'+answer',
'+nomultiline',
Expand Down

0 comments on commit f608dbf

Please sign in to comment.