-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement socks5 proxy support using socksio #188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice start! Curious if CI passes with this setup 👀
ca5a733
to
ca73293
Compare
Well, I mostly implemented May be it's better to do it in another PR..? |
Converted back to draft until socks4 proxy support has been added (then we can split the PR into chunks) |
9b7ea7b
to
f6da5c4
Compare
f6da5c4
to
4618f88
Compare
I reworked this draft PR according to the @tomchristie 's comment: link So that right now The next step I want to do is to merge #199 (it's a PR about migrating PS for now this draft is only about |
Now supported in 0.14.5 - https://www.encode.io/httpcore/proxies/#socks-proxy-support |
The final draft PR for encode/httpx#203 (I closed previous). It's based on #51, I added @yeraydiazdiaz to co-authored-by
What I did:
pproxy
as a dev. dependency to have a local socks proxy serverAsyncSOCKSConnection
andSyncSOCKSConnection
. For now it handles only socks5-without-auth connections