-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for Socks4 #610
Comments
@seanmonstar, is there still interest in adding SOCKS4 support? |
Jaltaire
added a commit
to Jaltaire/reqwest
that referenced
this issue
Aug 20, 2024
Jaltaire
added a commit
to Jaltaire/reqwest
that referenced
this issue
Aug 20, 2024
Jaltaire
added a commit
to Jaltaire/reqwest
that referenced
this issue
Aug 20, 2024
Jaltaire
added a commit
to Jaltaire/reqwest
that referenced
this issue
Aug 20, 2024
Jaltaire
added a commit
to Jaltaire/reqwest
that referenced
this issue
Sep 9, 2024
Jaltaire
added a commit
to Jaltaire/reqwest
that referenced
this issue
Sep 9, 2024
Jaltaire
added a commit
to Jaltaire/reqwest
that referenced
this issue
Sep 9, 2024
seanmonstar
pushed a commit
that referenced
this issue
Sep 9, 2024
Nutomic
pushed a commit
to Nutomic/reqwest
that referenced
this issue
Nov 7, 2024
* feat: Add support for SOCKS4 (seanmonstar#610) * chore: bump tokio-socks to 0.5.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there is only support for
Socks5
butrust_socks
seems to supportSocks4
too.This might be useful for people, who fetch their proxy from sites like this, which only have a few socks5 proxy listed, that match the required region (sometimes).
The text was updated successfully, but these errors were encountered: