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

Unbound Domain Overrides support for forward-zones instead of stub-zone #2550

Closed
johnkeates opened this issue Jul 16, 2018 · 4 comments
Closed
Assignees
Labels
bug Production bug
Milestone

Comments

@johnkeates
Copy link
Contributor

There seems to be an issue that some uses run in to where domain overrides in Unbound might point to DNS servers that are forwarders themselves (i.e. another OPNSense box with its own overrides and zones). Unbound stub-zones don't allow this as they can only point to authoritative name servers.

The forward-zone option does the same thing but allows non-authoritative to be used instead of just returning a SERVFAIL to the client.

@johnkeates
Copy link
Contributor Author

Ping?

Perhaps the easier quick fix is to swap forward-zone for stub-zone for now?

@johnkeates
Copy link
Contributor Author

Put it in a PR: #2627

@fichtner fichtner self-assigned this Aug 17, 2018
@fichtner fichtner added the bug Production bug label Aug 17, 2018
@fichtner fichtner added this to the 19.1 milestone Aug 17, 2018
@fichtner
Copy link
Member

This should be able to make 18.7.3 if testing goes well, thanks! :)

@fichtner
Copy link
Member

fichtner commented Sep 4, 2018

Will pull into 18.7.3 as promised. Just to be clear: 18.7.2 is next up. The addition comes afterwards. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Production bug
Development

No branches or pull requests

2 participants