[PR #659] [CLOSED] allow specifying --wg-iface and --wg-port #12839

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/659
Author: @nazarewk
Created: 1/20/2023
Status: Closed

Base: mainHead: feature/custom-iface-port


📝 Commits (1)

  • 54ccf5f allow specifying --wg-iface and --wg-port

📊 Changes

5 files changed (+104 additions, -19 deletions)

View changed files

📝 client/cmd/root.go (+29 -13)
📝 client/cmd/service_controller.go (+8 -0)
📝 client/cmd/up.go (+2 -0)
📝 client/internal/config.go (+61 -5)
📝 client/internal/engine.go (+4 -1)

📄 Description

Describe your changes

I am working on setting up multiple instances of Netbird on same machine, I need a way to tell the deamon to input different interfaces/ports to those without modifying files by hand.

I got it to work at https://github.com/nazarewk-iac/nix-configs/commit/aeefbf5c

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • 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/659 **Author:** [@nazarewk](https://github.com/nazarewk) **Created:** 1/20/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/custom-iface-port` --- ### 📝 Commits (1) - [`54ccf5f`](https://github.com/netbirdio/netbird/commit/54ccf5f0d076ebe80324311a3f1f28536408450b) allow specifying --wg-iface and --wg-port ### 📊 Changes **5 files changed** (+104 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/root.go` (+29 -13) 📝 `client/cmd/service_controller.go` (+8 -0) 📝 `client/cmd/up.go` (+2 -0) 📝 `client/internal/config.go` (+61 -5) 📝 `client/internal/engine.go` (+4 -1) </details> ### 📄 Description ## Describe your changes I am working on setting up multiple instances of Netbird on same machine, I need a way to tell the deamon to input different interfaces/ports to those without modifying files by hand. I got it to work at https://github.com/nazarewk-iac/nix-configs/commit/aeefbf5c ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] 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:06:48 -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#12839