mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-17 02:01:01 +01:00
Update check-dns.ps1
This commit is contained in:
parent
a5ff3ae02f
commit
c1b4b0b981
@ -22,7 +22,7 @@ try {
|
||||
if ($IsLinux) {
|
||||
foreach($Row in $Table) {
|
||||
write-progress "Resolving $($Row.Domain)..."
|
||||
$null = dig $Row.Domain
|
||||
$null = dig $Row.Domain +short
|
||||
}
|
||||
} else {
|
||||
foreach($Row in $Table) {
|
||||
|
Loading…
Reference in New Issue
Block a user