Skip to content

vrv7567/openvpn-wrapper-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

openvpn-wrapper-linux

Pre-configuration tasks

$ chmod +x vpncli
$ sudo mv vpncli /usr/local/bin
$ vpncli
$ cd $HOME/.vpncli/profiles
$ mkdir {{ profile }}

Inside the profile directory, there should be two files.

  • .ovpn config file
  • {{ profile }}.auth (Must have username, password for ovpn authentication)

$ chmod 600 $HOME/.vpncli/profiles/{{ profile }}/{{ profile }}.auth

Usage

$ vpncli -h
Usage:  vpncli [-h] [-d] [-s] [-l] [-p <PROFILE_NAME>]

Where:  -h  show this help text
        -d  disconnect from VPN
        -s  show connected profile
        -l  list profiles
        -p  connect using the specified profile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages