[PR #1535] [MERGED] Expose trusted proxy list and counter configuration for realip middleware #15528

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1535
Author: @surik
Created: 2/6/2024
Status: Merged
Merged: 2/8/2024
Merged by: @surik

Base: mainHead: yury/fix-realip


📝 Commits (5)

  • 68ad443 Use realip fork with proxy count
  • c0cb6cf Expose real ip configuration
  • 0265a1c Extend log
  • e5341c0 Extend trusred peers default with ipv6
  • 1c8be11 Move reverse proxy configs to own sub option

📊 Changes

4 files changed (+48 additions, -14 deletions)

View changed files

📝 go.mod (+2 -0)
📝 go.sum (+2 -2)
📝 management/cmd/management.go (+21 -10)
📝 management/server/config.go (+23 -2)

📄 Description

Describe your changes

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/1535 **Author:** [@surik](https://github.com/surik) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@surik](https://github.com/surik) **Base:** `main` ← **Head:** `yury/fix-realip` --- ### 📝 Commits (5) - [`68ad443`](https://github.com/netbirdio/netbird/commit/68ad443e0dc15ac4d9d997a1c34566b17f3cf0ed) Use realip fork with proxy count - [`c0cb6cf`](https://github.com/netbirdio/netbird/commit/c0cb6cf64234a5ad7bc930a2f754d0c1ad37de0a) Expose real ip configuration - [`0265a1c`](https://github.com/netbirdio/netbird/commit/0265a1c33c50da07676401348ee80598cbe530c1) Extend log - [`e5341c0`](https://github.com/netbirdio/netbird/commit/e5341c084e1900d97d7d651d2980111d85e62889) Extend trusred peers default with ipv6 - [`1c8be11`](https://github.com/netbirdio/netbird/commit/1c8be1134de1110242a0eb95aa1e99cc8fa014d7) Move reverse proxy configs to own sub option ### 📊 Changes **4 files changed** (+48 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -0) 📝 `go.sum` (+2 -2) 📝 `management/cmd/management.go` (+21 -10) 📝 `management/server/config.go` (+23 -2) </details> ### 📄 Description ## Describe your changes ## 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 03:07:51 -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#15528