From 03cbbdddb842f77975e499622079993fdb30af6d Mon Sep 17 00:00:00 2001 From: Bruno Mercier Costa <94469565+emrcbrn@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:44:08 +0100 Subject: [PATCH 1/2] Update Reverse Proxy Main - Adapted Availability to only mention Beta access - Adapted support of pre-shared keys, and only mention Rosenpass not being supported --- src/pages/manage/reverse-proxy/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/manage/reverse-proxy/index.mdx b/src/pages/manage/reverse-proxy/index.mdx index 4fc546af..1021cda2 100644 --- a/src/pages/manage/reverse-proxy/index.mdx +++ b/src/pages/manage/reverse-proxy/index.mdx @@ -8,13 +8,13 @@ export const description = NetBird Reverse Proxy lets you expose internal services running on peers or behind network resources to the public internet. NetBird handles TLS termination, optional authentication, and proxies incoming traffic through the WireGuard mesh to reach the target service - all without opening ports or configuring firewalls on your internal machines. - **Availability:** Reverse Proxy is currently only available for **self-hosted** deployments and is currently in **beta**. **Cloud** support is coming soon. + **Availability:** Reverse Proxy is currently in **beta**. **Self-hosted requirement:** Self-hosted deployments **must** use [Traefik](/selfhosted/external-reverse-proxy) as their external reverse proxy. Traefik is the only supported reverse proxy that provides TLS passthrough, which is required for the Reverse Proxy feature to function correctly. - The Reverse Proxy feature does not currently support pre-shared keys or Rosenpass. If your network relies on either of these features, reverse proxy services will not function as expected. + The Reverse Proxy feature does not currently support Rosenpass. If your network relies on this feature, reverse proxy services will not function as expected. ## How it works From dd1ba9ec831afee367c63eb26935798a403e6a65 Mon Sep 17 00:00:00 2001 From: Ashley Mensah Date: Tue, 21 Apr 2026 14:48:26 +0200 Subject: [PATCH 2/2] re-add reverse proxy beta note --- src/pages/manage/reverse-proxy/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/manage/reverse-proxy/index.mdx b/src/pages/manage/reverse-proxy/index.mdx index 11907fe7..b411ad5b 100644 --- a/src/pages/manage/reverse-proxy/index.mdx +++ b/src/pages/manage/reverse-proxy/index.mdx @@ -7,6 +7,9 @@ export const description = NetBird Reverse Proxy lets you expose internal services running on peers or behind network resources to the public internet. NetBird handles TLS termination, optional authentication and access restrictions, and proxies incoming traffic through the NetBird mesh to reach the target service, all without opening ports or configuring firewalls on your internal machines. + + **Availability:** Reverse Proxy is currently in **beta**. + **Self-hosted requirement:** Self-hosted deployments **must** use [Traefik](/selfhosted/external-reverse-proxy) as their external reverse proxy. Traefik is the only supported reverse proxy that provides TLS passthrough, which is required for the Reverse Proxy feature to function correctly.