Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vivek-26/ipv

CLI tool for finding & connecting to the fastest IPVanish VPN server.
https://github.com/vivek-26/ipv

golang-cli ipvanish

Last synced: 2 months ago
JSON representation

CLI tool for finding & connecting to the fastest IPVanish VPN server.

Awesome Lists containing this project

README

        

# ipv

CLI tool for finding & connecting to fastest IPVanish VPN server. Written in [Go](https://golang.org/).
Official IPVanish client is available only for Mac & Windows. This project aims to provide similar capabilities, but only for Linux systems.

## Usage

- ### Connecting to VPN

- Command - **`sudo ipv connect [flags]`**
- Connecting to the VPN for the first time generates config file in `$HOME` directory of the current user.
- After the first run, running the above command reads values from config file for connecting to VPN.
- To override values from config file, flags can be passed.
For more info on available flags, use command - **`sudo ipv connect --help`**

- ### Disconnecting from VPN

- Command - **`sudo ipv disconnect`**

## To be done

- [ ] [Asciinema](https://asciinema.org) Video
- [ ] Bash and Zsh Autocomplete