-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Add example of .local name resolution #41
Comments
That's a good point. |
hadess
added a commit
to hadess/libmicrodns
that referenced
this issue
Mar 17, 2022
Prints the IPv4, followed by the IPv6 address for the requested hostname, and exits. Closes: videolabs#41
hadess
added a commit
to hadess/libmicrodns
that referenced
this issue
Mar 17, 2022
Prints the IPv4, followed by the IPv6 address for the requested hostname, and exits. Closes: videolabs#41
hadess
added a commit
to hadess/libmicrodns
that referenced
this issue
Mar 20, 2022
Prints the IPv4, followed by the IPv6 address for the requested hostname, and exits. Closes: videolabs#41
hadess
added a commit
to hadess/libmicrodns
that referenced
this issue
Mar 20, 2022
Prints the IPv4, followed by the IPv6 address for the requested hostname, and exits. Closes: videolabs#41
hadess
added a commit
to hadess/libmicrodns
that referenced
this issue
Jul 1, 2023
Prints the IPv4, followed by the IPv6 address for the requested hostname, and exits. Closes: videolabs#41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would be helpful for applications and libraries that want to add
.local
name resolution without requiring OS support (NSS configuration, Avahi availability and accessibility).I'm guessing it involves starting a
listen
and checking forR_A
andR_AAAA
type answers in the callback, but I don't know which parameters I'd need to pass tomdns_listen()
, and it's been 17 years since I last worked on an mDNS implementation.The text was updated successfully, but these errors were encountered: