Merge branch 'main' of git.nixc.us:colin/website-debug

This commit is contained in:
Colin 2024-08-29 16:40:05 -04:00
commit d2094f2250
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ This PowerShell script performs comprehensive network tests for a specified URL,
3. **Run the Script with a URL Argument**: Use the following command to run the script, replacing `example.com` with the target URL you wish to test:
```powershell
Unblock-File TestUrl.ps1
.\TestUrl.ps1 -url "example.com"
```