From f26d51a17c48d9ef77a6c3a2c9036315b789af67 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 14 Mar 2025 18:51:04 -0400 Subject: [PATCH] Fix typo! --- packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md b/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md index 91033e4..f19dd28 100644 --- a/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md +++ b/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md @@ -14,7 +14,7 @@ Pangolin supports raw TCP and UDP traffic because under the hood because Newt ca ## Configuring Firewall -This is highly OS and VPS dependent. Just in the same way you opened port 51280, 443, and 80, you need to open your desired port to your VPS so that Traefik can pass traffic out to the internet. +This is highly OS and VPS dependent. Just in the same way you opened port 51820, 443, and 80, you need to open your desired port to your VPS so that Traefik can pass traffic out to the internet. ## Configuring Docker