Is there a way to put the following ports behind a reverse proxy using apache 2?
- UDP 3478 Port used for STUN.
- TCP 8080 Port used for device and controller communication.
- TCP 8443 Port used for controller GUI/API as seen in a web browser
- TCP 8880 Port used for HTTP portal redirection.
- TCP 8843 Port used for HTTPS portal redirection.
- TCP 6789 Port used for UniFi mobile speed test.
I can successfully get 8443 to work fine, but if I try to proxy any of the other ports my devices lose communication through my proxy, I've tried using WS and WSS? Any help would be appreciated! I seen that someone was able to do this with NGINX but I'm not familiar with it.