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

Fix lost root zone handler #1975

Merged
merged 1 commit into from
May 13, 2024
Merged

Fix lost root zone handler #1975

merged 1 commit into from
May 13, 2024

Conversation

mlsmaycon
Copy link
Collaborator

@mlsmaycon mlsmaycon commented May 13, 2024

Describe your changes

In 0.27.5 we started removing the handler for the root zone in case of a network failure. But when the failure was gone we didn't add the handler back to the local resolver.

This PR adds the handler again fix the issue and add it back to the resolver.

Issue ticket number and link

fixes #1969

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

When there is a connection issue with the
 root zone upstream we remove it from the
 dns mux, and we need to add it again
@mlsmaycon mlsmaycon merged commit 650bca7 into main May 13, 2024
21 checks passed
@mlsmaycon mlsmaycon deleted the fix/lost-root-handler branch May 13, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local DNS listener refuses connection after version 0.27.4
3 participants