initial push

This commit is contained in:
2024-04-01 14:58:20 -06:00
parent c8f80a6323
commit 9c25429f51
11 changed files with 115 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
while true;
do
curl -D - --proxy-insecure -x http://localhost:420 -k https://canhazip.com
echo "\n"
done