mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Quick Fix to getting-started (#606)
This commit is contained in:
@@ -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)
|
||||
to avoid TLS certificate conflicts.
|
||||
|
||||
You also need to add a wildcard DNS record for the proxy domain,
|
||||
e.g. *.proxy.netbird.example.com pointing to the same server IP as netbird.example.com.
|
||||
You also need to add two CNAME records with one wildcard for the proxy domain,
|
||||
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):
|
||||
```
|
||||
@@ -92,7 +92,8 @@ For certificates to work properly, ensure you have the proper records set with y
|
||||
| Type | Name | Content | Proxy status (Cloudflare) |
|
||||
|------|------|---------|--------------|
|
||||
| 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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user