[PR #904] [MERGED] Add force relay conn env var for debug purpose #13127

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/904
Author: @pappz
Created: 5/26/2023
Status: Merged
Merged: 5/29/2023
Merged by: @braginini

Base: mainHead: feature/env_settings_in_conn


📝 Commits (3)

📊 Changes

2 files changed (+60 additions, -32 deletions)

View changed files

📝 client/internal/peer/conn.go (+7 -32)
client/internal/peer/env_config.go (+53 -0)

📄 Description

Describe your changes

Add force relay conn env var for debug purpose

Move another conn related env settings into a common go file

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/904 **Author:** [@pappz](https://github.com/pappz) **Created:** 5/26/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `feature/env_settings_in_conn` --- ### 📝 Commits (3) - [`79fe3ba`](https://github.com/netbirdio/netbird/commit/79fe3ba5902b3cc53a4c879f01e10cce2f53e231) Add force relay conn env var for debug purpose - [`e3585e3`](https://github.com/netbirdio/netbird/commit/e3585e36bb52549d9121572907105dd2f1873dcd) Lint fix - [`aaea6fd`](https://github.com/netbirdio/netbird/commit/aaea6fd753d5f2f6e8afa3e3c3add546f58db743) Lint fix ### 📊 Changes **2 files changed** (+60 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/peer/conn.go` (+7 -32) ➕ `client/internal/peer/env_config.go` (+53 -0) </details> ### 📄 Description ## Describe your changes Add force relay conn env var for debug purpose Move another conn related env settings into a common go file ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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:07:31 -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#13127