Multiple endpoint support: one for web, the other for VPN

I’m attempting to setup Pritunl on Kubernetes which involves putting Pritunl VPN behind an AWS NLB and Pritunl Web behind an NGINX Ingress controller. This means that there are multiple endpoints for accessing Pritunl.

Is this possible with the current version of Pritunl? It appears you can only have one endpoint for Pritunl services.

There’s nothing preventing that configuration, the web server and VPN server use different ports. The host public address should be set to an address that will reach the VPN server. The host sync address in the advanced host settings and if shown the connection single sign-on address in the top right settings should be set to an address that will reach the web server.