mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Update install-unbound.ps1
This commit is contained in:
@ -49,7 +49,7 @@ try {
|
||||
& sudo unbound-control status
|
||||
if ($lastExitCode -ne "0") { throw "'unbound-control status' failed" }
|
||||
|
||||
"⏳ Step 9/9: Training Unbound with frequent used domain names..."
|
||||
"⏳ Step 9/9: Training Unbound with frequently used domain names..."
|
||||
& "$PSScriptRoot/check-dns.ps1"
|
||||
if ($lastExitCode -ne "0") { throw "'unbound-control status' failed" }
|
||||
|
||||
|
Reference in New Issue
Block a user