Fix NetMQ not stopping.

This commit is contained in:
2024-11-25 19:13:37 +01:00
parent f3c6338a6a
commit 96b5ce4ff5
69 changed files with 120 additions and 100 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
curl -k -vvI -m 10 https://"$1" &> 443Header.txt
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
curl -k -vvI -m 10 http://"$1" &> 80Header.txt