Skip to content

zeroconf_bonjour: switch from DNSServiceQueryRecord to DNSServiceGetAddrInfo for IPv6 compatibility

Sebastiaan Lokhorst requested to merge (removed):bonjour-ipv6-getaddrinfo into master

DNSServiceGetAddrInfo can resolve both IPv4 and IPv6 hosts, which makes it more suitable than DNSServiceQueryRecord, where we have to manually specify the protocol.

This requires pybonjour-python3 1.1.3 or later

Fixes #9645 (closed)

Merge request reports