Last active
April 12, 2021 07:42
-
-
Save ThisIsAreku/9c98a3aa821476e119a2e8656b7bc28c to your computer and use it in GitHub Desktop.
Warmup public IPFS gateway. Don't do this. It's useless and only put weight on IPFS
This file contains hidden or 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
curl -s https://raw.githubusercontent.com/ipfs/public-gateway-checker/master/gateways.json | \ | |
jq -r '.[]' | \ | |
sed -e "s/:hash/$1/g" | \ | |
parallel --bar -P 16 curl -s -o /dev/null -X HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment