We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avahi-daemon includes the IPv6 of the server in its responses, and ESP8266mDNS can't parse them.
The text was updated successfully, but these errors were encountered:
Fix esp8266#2015 ESP8266mDNS doesn't accept queryService responses fr…
a9bca03
…om avahi-daemon Ignore unknown records in the query response; this way we can extract the IPv4 address and connect to the server.
978267b
78eaed2
…om avahi-daemon Ignore unknown records (AAAA) in the query response; this way we can extract the IPv4 address and connect to the server.
30720ce
No branches or pull requests
Avahi-daemon includes the IPv6 of the server in its responses, and ESP8266mDNS can't parse them.
The text was updated successfully, but these errors were encountered: