Closed
Description
SupportsIPv6 probe the stack by attempting to listen on [::1]:0
to detect if IPv6 was enabled. However, servers may disabled IPv6 on loopback interface (for policies, security reason ...), but still enable for the others.
For IPv6, maybe it's better to use [::]:0
instead.
A better approach is looking for any "UP" interface that we can route ipv4/ipv6 traffic.