-
Notifications
You must be signed in to change notification settings - Fork 759
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
Allow CNAME overrides for unbound #1617
Conversation
We allow for CNAME to be used in the host override for unbound. This closes #1614.
|
looks good, thanks! |
|
Hey @fichtner although the CNAME are properly returned (yay) some local resolvers seem to have issues with them. This is because unbound does not include the recursive A and/or AAAA records :( Looks like it will probably never work with unbound without having an authoritative server behind it. I'm conflicted about it, although technically this PR is technically correct and working it has some weird issues that will confuse users endlessly. Although it pains to say this, perhaps we should back this out again. |
|
Example difference between dnsmasq with --cname=test.example.org,test.vlan10.example.org vs unbound with CNAME. dnsmasq ssh, ping, ... are all happy with this. unbound ssh, ping, ... not happy. Stuff like firefox are. |
|
@fichtner bump |
|
yeah, agreed, I'll back it out. |
|
Yeah I switched back to dnsmasq for now, nothing wrong with it but I was initially really impressed with unbound too. |
This reverts commit d3492ab. Per author request: CNAME does not fully work in unbound at this point.
We allow for CNAME to be used in the host override for unbound.
This closes #1614.