Skip to content

Instantly share code, notes, and snippets.

@folex
Created March 26, 2015 09:39
Show Gist options
  • Save folex/bc2bd42374096fd19e1c to your computer and use it in GitHub Desktop.
Save folex/bc2bd42374096fd19e1c to your computer and use it in GitHub Desktop.
for i in `cat /tmp/proxies`
do
PROXY=$(curl -s -x $i -l http://whatismycountry.com/ | grep ^Proxy)
echo $i $PROXY
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment