1
0
mirror of https://github.com/rustdesk/doc.rustdesk.com.git synced 2025-07-11 03:35:20 +02:00

Update _index.en.md

This commit is contained in:
Jaken Herman
2024-10-03 00:05:34 -05:00
committed by GitHub
parent 77be346d03
commit 0447d2a585

@ -17,7 +17,7 @@ You need to have Linux installed, script is tested working with CentOS Linux 7/8
##### How to Install the server
Please setup your firewall on your server prior to running the script.
Make sure you have got access via SSH or otherwise setup prior setting up the firewall. The example commands for UFW (Debian based) are:
Make sure you have got access via SSH or otherwise setup prior to setting up the firewall. The example commands for UFW (Debian based) are:
```
ufw allow proto tcp from YOURIP to any port 22
```