Skip to content

erahhal/openconnect-pulse-launcher

Repository files navigation

Openconnect Pulse Launcher

Usage

./openconnect-pulse-launcher.py <hostname>

Installation

This python script should work on any distro with the following binaries installed:

awk
ifconfig
openconnect
pkill
route

Nix

It can also be used on Nix using the included flake.nix file.

Add the following to the inputs section of your flake.nix:

    openconnect-pulse-launcher.url = "github:erahhal/openconnect-pulse-launcher";

And add the following package somewhere in your config:

    inputs.openconnect-pulse-launcher.packages."${pkgs.system}".openconnect-pulse-launcher

Adding a password manager (e.g. bitwarden)

  • Launch chromium manually (user data dir must be full path, no ~/)
    chromium --user-data-dir=/home/<username>/.config/chromedriver/pulsevpn
  • Install bitwarden extension and setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published