You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #62 from anton-smagin/net-http-socksproxy-with-auth
Net http socksproxy with auth.
Thanks for your contribution @anton-smagin and to everyone else who contributed towards this functionality, sorry it's taken so long to implement. I may change the last two parameters to keywords to avoid a long params list, but otherwise it looks looks great.
A tor proxy is required before running the tests. Install tor from your usual package manager, check it is running with `pidof tor` then run the tests with:
73
+
A tor proxy and socks5 proxy with auth is required before running the tests.
74
+
* Install tor from your usual package manager, check it is running with `pidof tor` then run the tests with:
75
+
* Start a SOCKS5 proxy using Docker `docker run -d --name socks5 -p 1080:1080 -e PROXY_USER=user -e PROXY_PASSWORD=password serjs/go-socks5-proxy`
74
76
75
77
`bundle exec rake`
76
78
@@ -102,4 +104,4 @@ Author
102
104
License
103
105
-------
104
106
105
-
SOCKSify Ruby is distributed under the terms of the GNU General Public License version 3 (see file `COPYING`) or the Ruby License (see file `LICENSE`) at your option.
107
+
SOCKSify Ruby is distributed under the terms of the GNU General Public License version 3 (see file `COPYING`) or the Ruby License (see file `LICENSE`) at your option.
0 commit comments