Created
November 30, 2013 04:13
-
-
Save hoffrocket/7715279 to your computer and use it in GitHub Desktop.
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
JonAir:~ jon$ curl -v --socks5-hostname localhost:9150 -i ef13c001238735351bfaf0f8832bfbac | |
* Adding handle: conn: 0x7f8911003a00 | |
* Adding handle: send: 0 | |
* Adding handle: recv: 0 | |
* Curl_addHandleToPipeline: length: 1 | |
* - Conn 0 (0x7f8911003a00) send_pipe: 1, recv_pipe: 0 | |
* About to connect() to proxy localhost port 9150 (#0) | |
* Trying ::1... | |
* Trying 127.0.0.1... | |
* Can't complete SOCKS5 connection to 0.0.0.0:0. (4) | |
* Closing connection 0 | |
curl: (7) Can't complete SOCKS5 connection to 0.0.0.0:0. (4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment