Update check-dns.ps1

This commit is contained in:
Markus Fleschutz 2022-05-23 12:26:56 +02:00
parent a5ff3ae02f
commit c1b4b0b981

View File

@ -22,7 +22,7 @@ try {
if ($IsLinux) { if ($IsLinux) {
foreach($Row in $Table) { foreach($Row in $Table) {
write-progress "Resolving $($Row.Domain)..." write-progress "Resolving $($Row.Domain)..."
$null = dig $Row.Domain $null = dig $Row.Domain +short
} }
} else { } else {
foreach($Row in $Table) { foreach($Row in $Table) {