-
Notifications
You must be signed in to change notification settings - Fork 258
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
ipv6 #159
Comments
I find the way to solve ipv6 socks5 proxy. The author of sockslib was very kind and helped me solve this problem. |
I'm trying to send ipv6 DNS requests to yggstack(https://github.com/yggdrasil-network/yggstack) 127.0.0.1:1080. I've just discovered that PySocks's socket works fine for ipv6 tcp, if created without arguments:
but gives errors if created with (socket.AF_INET6, socket.SOCK_STREAM) More than that, I managed to make PySocks work for ipv6 udp:
it's as simple as debugging and patching the library's socks.py:
sockslib(https://github.com/woo200/sockslib) also worked for me with ipv6 tcp, but I failed to make it work with udp (both ipv6 and ipv4) |
I cant use proxy ipv6 with pysocks
Please I need to fix the code to use ipv6
The text was updated successfully, but these errors were encountered: