Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Nov 21, 2024
2 parents 173e443 + 61d829e commit f0c36e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: SRWieZ
2 changes: 1 addition & 1 deletion src/Fetchers/DigFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private function fetchFrom(DnsProvider $provider, ?IpVersion $versionToResolve):
return null;
}

$cmd = sprintf('dig %s %s @%s +short', $provider->getRecordType(), $host, $nameServer);
$cmd = sprintf('dig %s %s @%s +short +time=1', $provider->getRecordType(), $host, $nameServer);
$response = shell_exec($cmd);

if (empty($response)) {
Expand Down

0 comments on commit f0c36e7

Please sign in to comment.