[PR #1877] [MERGED] Fix DNS not found query response #14375

Closed
opened 2026-08-05 02:09:53 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1877
Author: @mlsmaycon
Created: 4/23/2024
Status: Merged
Merged: 4/23/2024
Merged by: @mlsmaycon

Base: mainHead: fix/dns-notfound-query-response


📝 Commits (4)

  • 81373aa Fix DNS not found query response
  • ad21d5d use relative path for ios build
  • db0d7a6 update gomobile
  • f7f451a update gomobile for android

📊 Changes

2 files changed (+5 additions, -3 deletions)

View changed files

📝 .github/workflows/mobile-build-validation.yml (+3 -3)
📝 client/internal/dns/local.go (+2 -0)

📄 Description

Describe your changes

for local queries, we should return NXDOMAIN instead of NOERROR

fixes #1873

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/1877 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/dns-notfound-query-response` --- ### 📝 Commits (4) - [`81373aa`](https://github.com/netbirdio/netbird/commit/81373aa2051d846fe74873a7505852f70246c5ce) Fix DNS not found query response - [`ad21d5d`](https://github.com/netbirdio/netbird/commit/ad21d5db691444fc2b44b77d65bb79eeecac7ae3) use relative path for ios build - [`db0d7a6`](https://github.com/netbirdio/netbird/commit/db0d7a64f16f651bd939f7580d3e471868b49cac) update gomobile - [`f7f451a`](https://github.com/netbirdio/netbird/commit/f7f451a0ab7ec03fed3a18b1a9b2e3fa8affafb7) update gomobile for android ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/mobile-build-validation.yml` (+3 -3) 📝 `client/internal/dns/local.go` (+2 -0) </details> ### 📄 Description ## Describe your changes for local queries, we should return NXDOMAIN instead of NOERROR ## Issue ticket number and link fixes #1873 ### 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 --- <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 02:09:53 -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#14375