You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Connector (and underlying DnsConnector) is currently hard-coded to only look up IPv4 (A) records from the DNS server. There is currently no way to tell it to look up IPv6 (AAAA) records.
(Note that explicitly connecting to IPv4 and IPv6 addresses works just fine)
We should implement a way to explicitly define the lookup mode and eventually find a way to automatically use the correct mode (figure out if this system prefers or even supports IPv6).
Opening this ticket as a reminder and to spark the discussion - the implementation likely depends on reactphp/dns#43
The text was updated successfully, but these errors were encountered:
I'm not working on this at the moment, but figured it's worth posting this here anyway. In case anybody feels like picking this up, PRs would be much appreciated 👍
The
Connector
(and underlyingDnsConnector
) is currently hard-coded to only look up IPv4 (A) records from the DNS server. There is currently no way to tell it to look up IPv6 (AAAA) records.(Note that explicitly connecting to IPv4 and IPv6 addresses works just fine)
We should implement a way to explicitly define the lookup mode and eventually find a way to automatically use the correct mode (figure out if this system prefers or even supports IPv6).
Opening this ticket as a reminder and to spark the discussion - the implementation likely depends on reactphp/dns#43
The text was updated successfully, but these errors were encountered: