fixed comments;

This commit is contained in:
Julian lechner
2025-07-31 08:34:20 +02:00
parent b55cb4514d
commit 865176235e
2 changed files with 1 additions and 11 deletions
+1 -9
View File
@@ -43,15 +43,7 @@ This PowerShell script measures DNS query response times for a list of domains a
## ▶️ Usage
```powershell
# Run with default parameters
.\DNSPerformanceTest.ps1
# Run with custom parameters
dotnet-script DNSPerformanceTest.ps1 \
-DnsServer "1.1.1.1" \
-QueriesPerDomain 3 \
-DomainsFile "Domains.txt" \
-ResultsFile "Results.csv"
.\v1
```
---