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
It's amazing that this library doesn't natively support IPv6, either on the connection to the proxy or through the proxy. You can kind of hack it up for the connection to the proxy server by passing AF_INET6 as the first argument to the socksocket constructor, but it still breaks and doesn't at all support IPv6 servers.
Why does this even subclass socket? If I rewrote this to no longer subclass socket and properly support IPv6, would there be interest?
The text was updated successfully, but these errors were encountered:
It's amazing that this library doesn't natively support IPv6, either on the connection to the proxy or through the proxy. You can kind of hack it up for the connection to the proxy server by passing
AF_INET6
as the first argument to thesocksocket
constructor, but it still breaks and doesn't at all support IPv6 servers.Why does this even subclass
socket
? If I rewrote this to no longer subclasssocket
and properly support IPv6, would there be interest?The text was updated successfully, but these errors were encountered: