Skip to content

benwebber/tunnelblickctl

Repository files navigation

tunnelblickctl

Build status

Command-line interface for Tunnelblick, the de facto OpenVPN client for OS X.

Install

Install latest release with Homebrew

brew tap benwebber/tunnelblickctl
brew install tunnelblickctl

Install manually

Download one of the pre-compiled releases, extract it, then copy tunnelblickctl to somewhere on your $PATH.

Usage

$ tunnelblickctl help
tunnelblickctl

USAGE:
    tunnelblickctl [SUBCOMMAND]

FLAGS:
    -h, --help    Prints help information

SUBCOMMANDS:
    connect       Connect to a VPN
    disconnect    Disconnect from a VPN
    help          Prints this message or the help of the given subcommand(s)
    install       Install an OpenVPN or Tunnelblick configuration
    launch        Launch Tunnelblick
    list          List VPN configurations [aliases: ls]
    quit          Quit Tunnelblick
    status        Show VPN connection status
    version       Show version information

License

MIT