Update _index.en.md

This commit is contained in:
RustDesk 2024-05-05 12:09:44 +08:00 committed by GitHub
parent ee87b6cd6d
commit 3afc580414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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