Last active
December 29, 2022 06:17
-
-
Save theSoberSobber/11de343e2c7ad7f69c87dd49603041c1 to your computer and use it in GitHub Desktop.
builds a list of currently working http proxies from https://github.com/TheSpeedX/PROXY-List
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
#!/bin/bash | |
curl https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt -o init.txt | |
while read -r p_url | |
do | |
echo $p_url | |
curl -x $p_url "https://checkip.amazonaws.com/" | |
done < "$(pwd)/init.txt" | |
rm -r init.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
will fix dw