diff --git a/docs/rpi-documentation/websockets.md b/docs/rpi-documentation/websockets.md index e69d2b8..c10d5e6 100644 --- a/docs/rpi-documentation/websockets.md +++ b/docs/rpi-documentation/websockets.md @@ -9,6 +9,8 @@ There are different languages to serve websockets with, but we are going to use ## Issues +Not all ports are open so we need to make a reverse proxy to use websockets. + ### 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.