Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vivek-26/ipv
- Owner: vivek-26
- License: mit
- Created: 2019-07-22T14:38:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T05:34:54.000Z (over 5 years ago)
- Last Synced: 2023-03-01T13:26:07.099Z (almost 2 years ago)
- Topics: golang-cli, ipvanish
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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