From 3afc580414ea19fe3da60eb39a9519b5856267ec Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sun, 5 May 2024 12:09:44 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-oss/install/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/rustdesk-server-oss/install/_index.en.md b/content/self-host/rustdesk-server-oss/install/_index.en.md index e6b754d..00f7aff 100644 --- a/content/self-host/rustdesk-server-oss/install/_index.en.md +++ b/content/self-host/rustdesk-server-oss/install/_index.en.md @@ -21,7 +21,7 @@ ufw allow proto tcp from YOURIP to any port 22 If you have UFW installed use the following commands to configure the firewall (port 8000 only needed if you want to use the auto generated install files): ``` -ufw allow 21115:21119/tcp +ufw allow 21114:21119/tcp ufw allow 8000/tcp ufw allow 21116/udp sudo ufw enable