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

Disable use of private reverse DNS servers by default #509

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

agners
Copy link
Contributor

@agners agners commented Apr 4, 2024

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

#501

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.
@agners
Copy link
Contributor Author

agners commented Apr 4, 2024

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.

Copy link
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @agners 👍

../Frenck

@frenck frenck added the bugfix Inconsistencies or issues which will cause a problem for users or implementors. label Apr 5, 2024
@frenck frenck merged commit 56807a6 into hassio-addons:main Apr 5, 2024
11 of 12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants