Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Created June 3, 2024 06:50
Show Gist options
  • Select an option

  • Save teebow1e/349d7b21d8ae38ab9b1acc843c8a30a8 to your computer and use it in GitHub Desktop.

Select an option

Save teebow1e/349d7b21d8ae38ab9b1acc843c8a30a8 to your computer and use it in GitHub Desktop.
get some ip addr of specific region (free proxy IP)
#!/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