[PR #1975] Fix lost root zone handler #3257

Open
opened 2025-11-20 08:05:27 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/1975

State: closed
Merged: Yes


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.

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
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/1975 **State:** closed **Merged:** Yes --- ## 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 - [x] 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
saavagebueno added the pull-request label 2025-11-20 08:05:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3257