From a2d583dcd3ccfd0d38b53f07930e05e54976c32e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C3=ADas=20Locatti?=
<42481638+goldenx86@users.noreply.github.com>
Date: Mon, 19 Sep 2022 17:44:35 -0300
Subject: [PATCH] Ghost nit
---
site/content/help/feature/multiplayer/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/content/help/feature/multiplayer/index.md b/site/content/help/feature/multiplayer/index.md
index 63a97f1f..522e1bf7 100644
--- a/site/content/help/feature/multiplayer/index.md
+++ b/site/content/help/feature/multiplayer/index.md
@@ -26,7 +26,7 @@ Therefore, the best option to host a room is usually to use a VPS provider, such
### Port Forwarding
Typically, routers have a unified public IP for all its network members, and by default external users cannot access any of the ports (as the router won't know which member to send it to!). Therefore, if you use a router for your Internet connection, you will need to configure `Port forwarding` for your router. Detailed configuration process varies by router brand and model. Obviously we cannot provide instructions for every model, and you can refer to your router's manual or website.
-Forward port 24872 via the UDP, or TCP and UDP protocols.
+Forward port 24872 via UDP, or both TCP and UDP. Don't forward only TCP.
For VPSes, a similar restriction (often called `Security Groups`) exists to help keep your server safe from attacks using certain ports. You may need to manually enable the ports you want to use in your VPS's dashboard.