How can I restrict access to only HTTPS (port 443) in a Pritunl VPN setup while still allowing users to connect using WireGuard or OpenVPN protocols?
Currently, we’re using both WireGuard and OpenVPN with Pritunl, and the security group is set to allow connections from 0.0.0.0/0. However, we want to limit the open ports to just HTTPS (443) for added security, without affecting the ability to connect via WireGuard or OpenVPN. Is it possible to restrict access to HTTPS while still enabling VPN connections over these protocols? What is the best practice for achieving this?