Docker image for connecting to the Aberystwyth Univeristy VPN using openconnect
The abervpn image allows you to connect the the GlobalProtect portal via openconnect.
Username, Password and your OTP (One-Time-Password) are passed as arguments to the docker command.
docker run -ti --rm --privileged --net=host --name vpn ghcr.io/wilsontom/abervpn:latest <USERNAME> <PASSWORD> <OTP>