hassio-addons / addon-adguard-home

AdGuard Home - Home Assistant Community Add-ons
https://addons.community
MIT License
374 stars 47 forks source link

Disable use of private reverse DNS servers by default #509

Closed agners closed 3 months ago

agners commented 3 months ago

Proposed Changes

Currently, the one picked is the Home Assistant internal DNS plug-in (CoreDNS server), which depending on configuration might lead to a DNS loop.

Users should configure explicitly a private reverse DNS server. Disable the feature by default.

Related Issues

https://github.com/hassio-addons/addon-adguard-home/issues/501

agners commented 3 months ago

Potential better solution here would be to read DNS servers from Supervisor, and if it is not the Home Assistant host itself, enable the feature and set the local DNS server using local_ptr_upstreams setting.