Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 745 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 745 Bytes

htb-vpn

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:

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.

Compile & Install:

$ make            # requires rust and cargo to build
$ make install    # installs executable to /usr/local/bin