first commit
This commit is contained in:
5
curlweb.md
Normal file
5
curlweb.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
for ((i=1; i<=1000; i++)) do curl -klvg "http://180.101.49.12:443"; sleep 0.1; done;
|
||||
for ((i=1; ; i++)) { curl -klvg "http://180.101.49.12:443"; sleep 0.1; }
|
||||
|
||||
Reference in New Issue
Block a user