-
-
Save teebow1e/349d7b21d8ae38ab9b1acc843c8a30a8 to your computer and use it in GitHub Desktop.
get some ip addr of specific region (free proxy IP)
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
| #!/bin/bash | |
| curl "https://api.proxyscrape.com/v3/free-proxy-list/get?request=displayproxies&country=vn&proxy_format=protocolipport&format=text&timeout=20000" -s | sed -E 's#^(http|socks4|https|socks5)://##' | cut -d':' -f1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment