Created
October 19, 2022 09:14
-
-
Save vasco-santos/8305014b36428efb0ebe39158738964f to your computer and use it in GitHub Desktop.
Rate Limit testing for w3link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {1..500}; do curl -svo /dev/null/ -H "requestflood: true" -H 'Cache-Control: no-cache' "https://bafkreidyeivj7adnnac6ljvzj2e3rd5xdw3revw4da7mx2ckrstapoupoq.ipfs.w3s.link/" 2>&1 | grep "< HTTP"; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment