Skip to content
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

A plugin to resolve records in mDNS via Avahi #17

Closed
wants to merge 1 commit into from
Closed

A plugin to resolve records in mDNS via Avahi #17

wants to merge 1 commit into from

Conversation

janakj
Copy link

@janakj janakj commented Apr 8, 2019

This is a pythonmodule based plugin for the Unbound resolver that can be used to resolve arbitrary DNS records in multicast DNS [RFC 6762] via Avahi. The plugin communicates with Avahi via DBus. The comment section at the beginning of the file contains detailed documentation.

This is a pythonmodule based plugin for the Unbound resolver that can be used to resolve arbitrary DNS records in multicast DNS [RFC 6762] via Avahi. The plugin communicates with Avahi via DBus. The comment section at the beginning of the file contains detailed documentation.
@wcawijngaards
Copy link
Member

Thank you for the contribution!

jedisct1 added a commit to jedisct1/unbound that referenced this pull request Apr 9, 2019
* nlnet/master:
  - Fix to wipe ssl ticket keys from memory with explicit_bzero,   if available.
  Add explanation to changelog.
  - Fix NLnetLabs#17: Add python module example from Jan Janak, that is a   plugin for the Unbound DNS resolver to resolve DNS records in   multicast DNS [RFC 6762] via Avahi.
  - verbose information about auth zone lookup process, also lookup   start, timeout and fail.
  - Fix to use event_assign with libevent for thread-safety.
  - Fix to reinit event structure for accepted TCP (and TLS) sockets.
  - Fix spelling error in log output for event method.
  - Fix auth-zone NSEC3 response for wildcard nodata answers,   include the closest encloser in the answer.
  - Move goto label in answer_from_cache to the end of the function   where it is more visible.
  - Fix for auth zone nsec3 ent fix for wildcard nodata.
  - Fix for out of bounds integers, thanks to OSTIF audit.  It is in   allocation debug code.
  - Fix auth-zone NSEC3 response for empty nonterminals with exact   match nsec3 records.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants