mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Update selfhosted-quickstart.mdx (#632)
Fixes incorrect instructions, for the proxy domain.
This commit is contained in:
@@ -14,7 +14,7 @@ This is the quickest way to try self-hosted NetBird. It should take around 5 min
|
||||
- A Linux VM with at least **1CPU** and **2GB** of memory.
|
||||
- The VM must be publicly accessible on **TCP ports 80 and 443**, and **UDP port 3478**.
|
||||
- A **public domain** name that resolves to the VM's public IP address (e.g. `netbird.example.com`).
|
||||
- *(Optional, for Proxy feature)* A **separate domain** for the proxy with a **wildcard DNS record** pointing to the same server IP. For example, if your management domain is `netbird.example.com`, add a wildcard record for `*.proxy.netbird.example.com`.
|
||||
- *(Optional, for Proxy feature)* A **separate domain** for the proxy with a **wildcard DNS record** pointing to the same server IP. For example, if your management domain is `netbird.example.com`, add a CNAME wildcard record for `*.proxy.example.com` pointed to the same `netbird.example.com` you configured.
|
||||
|
||||
## Software requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user