mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-16 23:18:17 +02:00
Update check-dns.ps1
This commit is contained in:
parent
a5ff3ae02f
commit
c1b4b0b981
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user