[PR #584] [MERGED] Sync peers FQDN #12767

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/584
Author: @mlsmaycon
Created: 11/26/2022
Status: Merged
Merged: 11/26/2022
Merged by: @mlsmaycon

Base: mainHead: send-peer-fqdn


📝 Commits (8)

  • 8dc3b8a Sync peers FQDN
  • 65d5206 use trace level for dns query logs
  • 9a2fa1d display local peer and remote peers domain names
  • 79ea637 update remote peer's fqdn on modify check
  • 8e81847 better status output format
  • 414e3ce update readme
  • 16bf95c update local peer state
  • 7ce96b5 update local peer state

📊 Changes

17 files changed (+405 additions, -257 deletions)

View changed files

📝 README.md (+2 -2)
📝 client/cmd/service_installer.go (+19 -2)
📝 client/cmd/status.go (+6 -1)
📝 client/internal/connect.go (+2 -1)
📝 client/internal/dns/local.go (+1 -1)
📝 client/internal/dns/upstream.go (+1 -1)
📝 client/internal/engine.go (+33 -16)
📝 client/proto/daemon.pb.go (+105 -86)
📝 client/proto/daemon.proto (+2 -0)
📝 client/proto/generate.sh (+14 -1)
📝 client/server/server.go (+2 -0)
📝 client/status/status.go (+18 -0)
📝 client/status/status_test.go (+18 -0)
📝 management/proto/management.pb.go (+158 -137)
📝 management/proto/management.proto (+5 -0)
📝 management/server/grpcserver.go (+18 -8)
📝 management/server/peer.go (+1 -1)

📄 Description

Use stdout and stderr log path only if on Linux and attempt to create the path

Update status system with FQDN fields and status command to display the domain names of remote and local peers

Set some DNS logs to tracing


🔄 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/584 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 11/26/2022 **Status:** ✅ Merged **Merged:** 11/26/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `send-peer-fqdn` --- ### 📝 Commits (8) - [`8dc3b8a`](https://github.com/netbirdio/netbird/commit/8dc3b8ab54f87450e9b474762ebcf6981df50929) Sync peers FQDN - [`65d5206`](https://github.com/netbirdio/netbird/commit/65d520603ef6a700fecfbbe8665053a78bf11d2d) use trace level for dns query logs - [`9a2fa1d`](https://github.com/netbirdio/netbird/commit/9a2fa1d4dd3d9b72b41afa87a895e22ff8a40dbe) display local peer and remote peers domain names - [`79ea637`](https://github.com/netbirdio/netbird/commit/79ea637b13c7bdf3efe73f81e2846602092f1ff7) update remote peer's fqdn on modify check - [`8e81847`](https://github.com/netbirdio/netbird/commit/8e81847ccd5a09b6263815d8dc8c2335d45c80c4) better status output format - [`414e3ce`](https://github.com/netbirdio/netbird/commit/414e3ce1ccc35a2b34b0fae71ef372c5650c9e2f) update readme - [`16bf95c`](https://github.com/netbirdio/netbird/commit/16bf95c89bfda399dd5166b0958438644163672b) update local peer state - [`7ce96b5`](https://github.com/netbirdio/netbird/commit/7ce96b5c85beae217d6ac1f9826cf7adcb2d6be7) update local peer state ### 📊 Changes **17 files changed** (+405 additions, -257 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `client/cmd/service_installer.go` (+19 -2) 📝 `client/cmd/status.go` (+6 -1) 📝 `client/internal/connect.go` (+2 -1) 📝 `client/internal/dns/local.go` (+1 -1) 📝 `client/internal/dns/upstream.go` (+1 -1) 📝 `client/internal/engine.go` (+33 -16) 📝 `client/proto/daemon.pb.go` (+105 -86) 📝 `client/proto/daemon.proto` (+2 -0) 📝 `client/proto/generate.sh` (+14 -1) 📝 `client/server/server.go` (+2 -0) 📝 `client/status/status.go` (+18 -0) 📝 `client/status/status_test.go` (+18 -0) 📝 `management/proto/management.pb.go` (+158 -137) 📝 `management/proto/management.proto` (+5 -0) 📝 `management/server/grpcserver.go` (+18 -8) 📝 `management/server/peer.go` (+1 -1) </details> ### 📄 Description Use stdout and stderr log path only if on Linux and attempt to create the path Update status system with FQDN fields and status command to display the domain names of remote and local peers Set some DNS logs to tracing --- <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:06:38 -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#12767