Skip to content

Commit 5e374c8

Browse files
authored
Update websiteresponse.ps1
1 parent c56c688 commit 5e374c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

websiteresponse.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# BetterSSPC
2+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=TDVLA45EDEXRC)
3+
14
$url = @{
25
# first website to check
36
DomBlox = "https://domblox.de";
@@ -50,4 +53,4 @@ Write-Influx -Measure loadingtimems -Tags @{website=$($vst.name)} -Metrics @{loa
5053
}
5154

5255
#Display the table
53-
$table | format-table -AutoSize
56+
$table | format-table -AutoSize

0 commit comments

Comments
 (0)