Files
tor/changes
David Goulet c3a0f75796 relay: Automatically Enable an IPv6 ORPort
This commit makes it that if the ORPort is set with a single port, it will
bind to both global listen IPv4 and IPv6 addresses.

To pin an "ORPort <PORT>" to be IPv4 or IPv6, the IPv4Only/IPv6Only flags are
honored thus this will _only_ bind on IPv6 for that port value:

  ORPort 9050 IPv6Only
    Results in: [::]:9050

  ORPort 9051 IPv4Only
    Results in: [0.0.0.0]:9051

Attempting to configure an explicit IPv4 address with IPv6Only flag is an
error and vice versa.

Closes #33246

Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-07-21 15:48:05 -04:00
..
2020-07-01 12:00:53 -04:00
2020-07-07 08:00:30 -04:00
2020-07-13 10:44:39 -04:00
2020-07-02 10:14:48 -04:00
2020-07-10 09:25:28 -04:00
2020-07-13 09:46:11 -04:00
2020-07-16 09:02:10 -04:00
2020-07-14 09:02:03 -04:00
2020-07-21 13:02:38 -04:00