-
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
Swap stub-zone for forward-zone #2627
Conversation
stub-zone doesn't work for non-authorative upstream DNS servers, but forward-zone does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, let's try this
| } | ||
| $domain_entries .= "\tstub-prime: no\n"; | ||
| //$domain_entries .= "\tstub-prime: no\n"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's better to remove stale code. we always have git history :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is very true.
|
Merged, thanks! |
|
Thanks for merging! Not sure if you have the time for it, but any comment on the issue/forum thread connected to this? |
|
Which one? I don’t have a laptop at the moment and don’t see a link. |
|
There are plans to move to MVC, unbound and dnsmasq are good targets. We could do configd service and template regeneration without going MVC as an interim step where service rework is slightly easier than the template rework.
OTOH, it’s easy to maintain as is and works reliably. Changing it will cause a regression or two for sure and both are to be considered critical infrastructure.
I can help guide / review this work if you want to submit it.
Is that what you were asking? 😊
… On 19. Aug 2018, at 19:10, John Keates ***@***.***> wrote:
This one: https://forum.opnsense.org/index.php?topic=9279.0
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
stub-zone doesn't work for non-authorative upstream DNS servers, but forward-zone does.