Created
April 29, 2014 16:16
-
-
Save isaacs/11404998 to your computer and use it in GitHub Desktop.
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
$ host -t any a.sni.fastly.net | awk '{print $4}' | egrep '^[0-9]' | while read ip; do echo -en "$ip\t"; curl -k https://$ip/archy -H host:registry.npmjs.org -s -H accept:application/json | shasum ; done | sort | |
103.245.222.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
185.31.16.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
185.31.17.162 3255611d90c2b1fdcffd4114e9ec6f2bbdc35cd5 - | |
185.31.18.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
185.31.19.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.72.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.73.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.74.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.75.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.76.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.77.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.78.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - | |
199.27.79.162 bf5d17022bdd2c5cba80bc163798ea80665de1e3 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment