From 8b7b458569d6bf20f203104c033258df5c131921 Mon Sep 17 00:00:00 2001 From: Onoitsu2 Date: Tue, 24 Feb 2026 08:34:59 -0700 Subject: [PATCH] Update selfhosted-quickstart.mdx (#632) Fixes incorrect instructions, for the proxy domain. --- src/pages/selfhosted/selfhosted-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/selfhosted-quickstart.mdx b/src/pages/selfhosted/selfhosted-quickstart.mdx index d01ec03b..5c7b4d0b 100644 --- a/src/pages/selfhosted/selfhosted-quickstart.mdx +++ b/src/pages/selfhosted/selfhosted-quickstart.mdx @@ -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