Created
June 25, 2018 11:27
-
-
Save matinrco/cb4469c36b6d093d67b5337b985115e5 to your computer and use it in GitHub Desktop.
curl socks proxy
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
#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