Merge branch 'main' of git.nixc.us:colin/website-debug
This commit is contained in:
commit
d2094f2250
|
@ -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:
|
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
|
```powershell
|
||||||
|
Unblock-File TestUrl.ps1
|
||||||
.\TestUrl.ps1 -url "example.com"
|
.\TestUrl.ps1 -url "example.com"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue