[PR #2280] [MERGED] Add faster availability DNS probe and update test domain to .com #16886

Closed
opened 2026-08-05 04:06:39 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2280
Author: @mlsmaycon
Created: 7/16/2024
Status: Merged
Merged: 7/17/2024
Merged by: @mlsmaycon

Base: mainHead: fix/root-domain-probe


📝 Commits (3)

  • 338cb8d Add faster availability DNS probe and update test domain to .com
  • ab85711 use fqdn
  • 428a204 Update client/internal/dns/upstream.go

📊 Changes

1 file changed (+14 additions, -5 deletions)

View changed files

📝 client/internal/dns/upstream.go (+14 -5)

📄 Description

Describe your changes

  • Count success queries and compare it before doing after network map probes.

  • Reduce the first dns probe to 500ms

  • Updated test domain with com instead of . due to Palo alto DNS proxy server issues

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2280 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/root-domain-probe` --- ### 📝 Commits (3) - [`338cb8d`](https://github.com/netbirdio/netbird/commit/338cb8d9a879bf36beafd2f90f0c6a8dec32691d) Add faster availability DNS probe and update test domain to .com - [`ab85711`](https://github.com/netbirdio/netbird/commit/ab857113caca0040a26ae6b0afcfd78ad5281b05) use fqdn - [`428a204`](https://github.com/netbirdio/netbird/commit/428a204b99f6691cca4d136b8b0c3d75f1ad91c5) Update client/internal/dns/upstream.go ### 📊 Changes **1 file changed** (+14 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/dns/upstream.go` (+14 -5) </details> ### 📄 Description ## Describe your changes - Count success queries and compare it before doing after network map probes. - Reduce the first dns probe to 500ms - Updated test domain with com instead of . due to Palo alto DNS proxy server issues ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:06:40 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#16886