Added documentation

This commit is contained in:
2024-03-12 11:05:11 +01:00
parent fd260d9c56
commit 1bafce0015

View File

@@ -9,6 +9,8 @@ There are different languages to serve websockets with, but we are going to use
## Issues ## Issues
Not all ports are open so we need to make a reverse proxy to use websockets.
### Ports ### Ports
We can only use certain ports like 113, 80, 443. These are common ports and are not blocked by firewalls. Something in the network is blocking all other ports which makes it hard to use websockets. We can only use certain ports like 113, 80, 443. These are common ports and are not blocked by firewalls. Something in the network is blocking all other ports which makes it hard to use websockets.