Implement IPv6 DNS resolution and connection
The current implementation only support IPv4 address resolution and blames missing IPv6 support on Tor not having it implemented yet. Tor has IPv6 support by now, so it is time that we also add IPv6 support to Torsocks. This merge request implements the necessary changes in name resolution to handle IPv6 addresses properly and also allows connecting to IPv6 destinations.
Edited by Daniel Winzen