Skip to content

change ClientUseIPv6 to 1

agowa338 requested to merge agowa338/tor:main-patch-8f56 into main

Relates to #40785 (closed).

Currently, the Tor client default to never use IPv6. This is bad, as it lets the tor client fail to connect entirely on IPv6-only connections.

A better default would be enabling IPv4 and IPv6 so that endpoints that fail to connect can be skipped. And for connections to the entry/guard node, it is also irrelevant for privacy and security reasons anyway.

Merge request reports