home-assistant / plugin-dns

CoreDNS implementation for Home Assistant
Apache License 2.0
20 stars 15 forks source link

Skip MDNS if dbus is unavailable #79

Closed mdegat01 closed 2 years ago

mdegat01 commented 2 years ago

Improved error handling by changing it so if DBus or resolver is unavailable, MDNS plugin logs an error but coredns still loads. The plugin simply hands all queries off to the next one in the chain.