Skip to content

Implement IPv6 DNS resolution and connection

Daniel Winzen requested to merge DanWin/torsocks:ipv6-improvements into main

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.

Fixes #28627 and #40011 and #40020 and #27920

Edited by Daniel Winzen

Merge request reports

Loading