Quick Fix to getting-started (#606)

This commit is contained in:
Brandon Hopkins
2026-02-15 23:59:02 -08:00
committed by GitHub
parent 62b39cf8a1
commit 417b08cf1a

View File

@@ -73,8 +73,8 @@ If you answer `y`, the script prompts for a **proxy domain**:
NOTE: The proxy domain must be different from the management domain (netbird.example.com) NOTE: The proxy domain must be different from the management domain (netbird.example.com)
to avoid TLS certificate conflicts. to avoid TLS certificate conflicts.
You also need to add a wildcard DNS record for the proxy domain, You also need to add two CNAME records with one wildcard for the proxy domain,
e.g. *.proxy.netbird.example.com pointing to the same server IP as netbird.example.com. e.g. proxy.example.com and *.proxy.example.com pointing to the same server IP as netbird.example.com.
Enter the domain for the NetBird Proxy (e.g. proxy.netbird.example.com): Enter the domain for the NetBird Proxy (e.g. proxy.netbird.example.com):
``` ```
@@ -92,7 +92,8 @@ For certificates to work properly, ensure you have the proper records set with y
| Type | Name | Content | Proxy status (Cloudflare) | | Type | Name | Content | Proxy status (Cloudflare) |
|------|------|---------|--------------| |------|------|---------|--------------|
| A | `netbird` | `YOUR.SERVER.IP.ADDRESS` | DNS only | | A | `netbird` | `YOUR.SERVER.IP.ADDRESS` | DNS only |
| CNAME | `*.proxy.netbird` | `netbird.example.com` | DNS only | | CNAME | `proxy` | `netbird.example.com` | DNS only |
| CNAME | `*.proxy` | `netbird.example.com` | DNS only |
If you skipped the proxy during initial setup, you can add it later by following the [Enable Reverse Proxy migration guide](/selfhosted/migration/enable-reverse-proxy). If you skipped the proxy during initial setup, you can add it later by following the [Enable Reverse Proxy migration guide](/selfhosted/migration/enable-reverse-proxy).