docker run --rm -ti --privileged --net=host \
torusware/openconnect-pulse $VPN_URL
You will be prompted for:
Once connected, look into the updated /etc/resolv.conf inside the container and configure your host DNS with them.
docker run --rm -ti --privileged \
-p 127.0.0.1:9000:9000 \
torusware/openconnect-pulse \
--script-tun --script "/usr/bin/ocproxy -v -k 30 -g -D 9000" \
$VPN_URL
After successful authentication, you can set up your browser to use Manual Proxy with the SOCKS v5 at 127.0.0.1:9000.
Content type
Image
Digest
Size
192 MB
Last updated
over 7 years ago
docker pull torusware/openconnect-pulse