mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 16:36:35 +00:00
Reverse proxy amendments 2 (#616)
* Reverse Proxy Doc Amendments - update custom domains page to more closely reflect wording in the UI, added screenshots - add warning to index page that reverse proxy feature does not currently work with pre-shared keys/rosenpass * Update navigation order (move reverse proxy below network routes) * update migration guide to mention the need for TWO cname records (proxy and proxy wildcard)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Note} from "@/components/mdx"
|
||||
import {Note, Warning} from "@/components/mdx"
|
||||
|
||||
export const description =
|
||||
'Expose internal services to the public internet with automatic TLS, authentication, and traffic routing through the NetBird mesh network.'
|
||||
@@ -13,6 +13,9 @@ NetBird Reverse Proxy lets you expose internal services running on peers or behi
|
||||
<Note>
|
||||
**Self-hosted requirement:** Self-hosted deployments **must** use [Traefik](/selfhosted/reverse-proxy) as their reverse proxy. Traefik is the only supported reverse proxy that provides TLS passthrough, which is required for the Reverse Proxy feature to function correctly.
|
||||
</Note>
|
||||
<Warning>
|
||||
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.
|
||||
</Warning>
|
||||
|
||||
## How it works
|
||||
|
||||
|
||||
Reference in New Issue
Block a user