Skip to content

Hi, socks5h requirement #128

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

Open
michaelx1993 opened this issue Sep 19, 2024 · 2 comments
Open

Hi, socks5h requirement #128

michaelx1993 opened this issue Sep 19, 2024 · 2 comments

Comments

@michaelx1993
Copy link

hi, it only supports socks5, but does not support socks5h protocol.

could we add the feature to support socks5h ?
thanks.

@kendbad
Copy link

kendbad commented Oct 9, 2024

yes me same need socks5h

@user895v
Copy link

user895v commented Feb 14, 2025

I've made socks5h work on my machine. Here's how.

Short answer:

This repo uses outdated *.DLL, *.SO, *.DYLIB libraries in FlorianREGAZ/Python-Tls-Client/tls_client/dependencies/, you need to update them with latest version.

Longer answer (more of beginner guide) :

All that needs to be done to make socks5h work:

  1. Download this whole REPO as zip and then unzip it.
  2. Update *.DLL, *.SO, *.DYLIB libraries in FlorianREGAZ/Python-Tls-Client/tls_client/dependencies/ folder. Latest versions of those libraries can be found at bogdanfinn/tls-client. This repo uses these libraries, but this repo currently uses outdated version v1.7.1. Only in version v1.7.4 they made support for socks5h you can the see issue here - last commit fixed the issue.
  3. After replacing old *.DLL, *.SO, *.DYLIB libraries with new ones, you can run pip setup.py install
  4. Now you have done everything necessary, feel free to run pip install .\Python-Tls-Client-master to install this REPO's updated library working with socks5h

I've tried to keep everything beginner friendly, in case some beginner stumps upon same issue.
Hope that helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants