Update Readme.md

This commit is contained in:
dinger1986 2023-05-15 20:27:33 +01:00 committed by GitHub
parent d0116d05be
commit da55fe5b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Make sure you have got access via ssh or otherwise setup prior setting up the fi
ufw allow proto tcp from YOURIP to any port 22
```
If you have UFW installed use the following commands:
If you have UFW installed use the following commands (you only need port 8000 if you are using the preconfigured install files):
```
ufw allow 21115:21119/tcp
ufw allow 8000/tcp
@ -27,6 +27,11 @@ chmod +x install.sh
./install.sh
```
Choose your preferences from the options given in the script.
***Please Note***
If you allow the script to create preconfigured files it will install gohttpserver using port 8000 for you to easily download the files.
# Rustdesk windows powershell install script
Generates a powershell script for install grabbing WAN IP and Key currently in /opt/rustdesk but will be moved to a web url for easy deployment.