Bug#895903: [torsocks] AAAA replies from Tor not handled

2021-01-05 Thread Ɓukasz Stelmach
On Tue, 17 Apr 2018 13:55:43 +0100 Kevin Steen wrote: > > Tor now returns IPv6 addresses when hostnames are resolved, but > torsocks cannot handle this case. > > To reproduce: > torsocks -d nc ipv6.test-ipv6.com 80 > Without torsocks nc(1) can't perform this request too. $ nc

Bug#895903: [torsocks] AAAA replies from Tor not handled

2018-11-27 Thread Ulrike Uhlig
This seems to be due to a limit in torsocks that has not yet been resolved upstream: to resolve an IPv6 address, Tor must listen on the IPv6 SocksPort and the request must be sent to this SocksPort. As far as i understand it.

Bug#895903: [torsocks] AAAA replies from Tor not handled

2018-11-27 Thread Ulrike Uhlig
Hi, thank you for this bug report. I confirm this behavior and thus I've forwarded it to Tor's bugtracker. Cheers Ulrike

Bug#895903: [torsocks] AAAA replies from Tor not handled

2018-04-17 Thread Kevin Steen
Package: torsocks Severity: important torsocks version : 2.2.0-1+deb9u1 Tor now returns IPv6 addresses when hostnames are resolved, but torsocks cannot handle this case. To reproduce: torsocks -d nc ipv6.test-ipv6.com 80 [I'm using torsocks against the SOCKS5 proxy in TorBrowser.] This