Skip to content

Instantly share code, notes, and snippets.

@matinrco
Created June 25, 2018 11:27
Show Gist options
  • Save matinrco/cb4469c36b6d093d67b5337b985115e5 to your computer and use it in GitHub Desktop.
Save matinrco/cb4469c36b6d093d67b5337b985115e5 to your computer and use it in GitHub Desktop.
curl socks proxy
#inline socks usage with curl E.g :
curl --socks5-hostname 192.X.X.X:9050 -sSL https://example.com
#you can create .curlrc with following content :
socks5-hostname 192.X.X.X:9050
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment