Currently, Grandine does not listen for IPv6 connections with the default settings.
Enabling the IPv6 listener is already very easy with the --listen-address-ipv6 :: argument.
Please consider enabling the IPv6 listener by default to improve the network's overall IPv6 readiness.
I suggest informing users about this change in the release notes if you decide to implement it. This change will open ports 9050 (UDP6/TCP6) and 9051 (QUIC) by default, which may already be in use on the user's system or blocked by a firewall.
Currently, Grandine does not listen for IPv6 connections with the default settings. Enabling the IPv6 listener is already very easy with the
--listen-address-ipv6 ::
argument. Please consider enabling the IPv6 listener by default to improve the network's overall IPv6 readiness.I suggest informing users about this change in the release notes if you decide to implement it. This change will open ports 9050 (UDP6/TCP6) and 9051 (QUIC) by default, which may already be in use on the user's system or blocked by a firewall.
JFYI: https://github.com/sigp/lighthouse/issues/2023#issuecomment-1588659572