Update Readme.md

This commit is contained in:
dinger1986 2022-08-10 00:17:18 +01:00 committed by GitHub
parent 5cf465f34f
commit 83d2e63c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ ufw allow proto tcp from YOURIP to any port 22
If you have UFW installed use the following commands:
```
ufw allow 21115:21119/tcp
ufw allow 8000/tcp
ufw allow 21116/udp
sudo ufw enable
```