This takes about 15 minutes to set up all steps inclusive server/client.
- GCP VM with CoreOS (or any docker capable) image + network / firewall config
- install server image https://hub.docker.com/r/johnae/pritunl/
sudo echo -n >/etc/systemd/resolved.conf && systemctl stop systemd-resolved
docker pull johnae/pritunl
docker run -d --privileged -p 53:53/udp -p 53:53/tcp -p 443:443/tcp johnae/pritunl
docker ps
docker exec -it $HEXA /bin/bash