A little wrapper around openvpn that makes connecting to the HTB network fun!
Written in rust, however it currently depends on the following system binaries
{ sudo, openvpn, killall }
usage: htb-vpn [OPTION] [CONFIG_PATH]
OPTIONS:
-c, --connect Connect to the HTB network with your configuration file.
-d, --disconnect Disconnect from the HTB network.
$ make # requires rust and cargo to build
$ make install # installs executable to /usr/local/bin