[PR #4466] [CLOSED] [draft] debug dns #23416

Open
opened 2026-08-05 06:07:12 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4466
Author: @hakansa
Created: 9/9/2025
Status: Closed

Base: mainHead: dns-exit-node


📝 Commits (3)

  • 5b246e0 debug dns
  • c2822ee [client] Enhance logging for peer disconnection events
  • 2db23a4 Add DNS configuration snapshot and per-domain statistics tracking

📊 Changes

5 files changed (+245 additions, -4 deletions)

View changed files

📝 client/cmd/debug.go (+2 -2)
📝 client/internal/debug/debug.go (+48 -0)
📝 client/internal/dnsfwd/forwarder.go (+141 -0)
📝 client/internal/peer/status.go (+53 -1)
📝 util/log.go (+1 -1)

📄 Description

Describe your changes

[draft] debug dns

Stack

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)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__


🔄 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/4466 **Author:** [@hakansa](https://github.com/hakansa) **Created:** 9/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dns-exit-node` --- ### 📝 Commits (3) - [`5b246e0`](https://github.com/netbirdio/netbird/commit/5b246e0a08f2fe32f4636eb3527de92a37c7a24a) debug dns - [`c2822ee`](https://github.com/netbirdio/netbird/commit/c2822eebb0725c5ece91af209b5e836a3d63ab30) [client] Enhance logging for peer disconnection events - [`2db23a4`](https://github.com/netbirdio/netbird/commit/2db23a42dc3c18354d5f6cfcffbff10d22113880) Add DNS configuration snapshot and per-domain statistics tracking ### 📊 Changes **5 files changed** (+245 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/debug.go` (+2 -2) 📝 `client/internal/debug/debug.go` (+48 -0) 📝 `client/internal/dnsfwd/forwarder.go` (+141 -0) 📝 `client/internal/peer/status.go` (+53 -1) 📝 `util/log.go` (+1 -1) </details> ### 📄 Description ## Describe your changes [draft] debug dns ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [x] Documentation is **not needed** for this change (explain why) ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ --- <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 06:07:12 -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#23416