Tor's DirAuthority entry says:
Tor will contact the authority at address:port (the DirPort) to
download directory documents. If an IPv6 address is supplied, Tor
will also download directory documents at the IPv6 address on the
DirPort.
But no Tor instance uses the IPv6 DirPort:
clients (>= 0.2.8) use the IPv4 ORPort,
clients (< 0.2.8) and relays use the IPv4 DirPort.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
For posterity though, the version cutoff for where clients started using the ORPort, i.e. for when we deployed the begindir design, is 0.2.0.22-rc:
o Major features: - Enable encrypted directory connections by default for non-relays, so censor tools that block Tor directory connections based on their plaintext patterns will no longer work. This means Tor works in certain censored countries by default again.
According to roadmaps/Tor/IPv6, 0.2.8-alpha-dev and newer are able to connect to DirAuthorities and FallbackDirs via v6, can anyone confirm that this is correct, implemented and working?
According to roadmaps/Tor/IPv6, 0.2.8-alpha-dev and newer are able to connect to DirAuthorities and FallbackDirs via v6, can anyone confirm that this is correct, implemented and working?
Yes, it works, and it requires the ClientUseIPv6 and ClientPreferIPv6 options to be set on the client, as documented in the man page.
(This isn't really the place to discuss this question, if Tor doesn't behave how you expect, please open another ticket.)