mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update check-dns.ps1
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user