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

https://github.com/g3th/privatevpn-tui

A PrivateVPN TUI written to be used with Linux terminals, originally written for Kali Linux since there is no client to pick a server from.
https://github.com/g3th/privatevpn-tui

Last synced: 7 months ago
JSON representation

A PrivateVPN TUI written to be used with Linux terminals, originally written for Kali Linux since there is no client to pick a server from.

Awesome Lists containing this project

README

          

# PrivateVPN-TUI

Text user interface for Linux terminal, created to make connecting to a server easier.

Just pick a country, then a city and it will automatically connect, as long as PrivateVPN has been configured properly.

## Scrapes countries and cities directly from "https://privatevpn.com/serverlist"

--------------------------------------------------------------------------------------------------------------------------

### Requirements

Requires OpenVPN, i.e:

``` apt-get install openvpn ```

Requires Private VPN to be configured for a linux installation as root .i.e:

``` sudo -i ```

``` cd /home/user/Desktop/PrivateVPN ```

``` wget "https://privatevpn.com/client/install.sh" ```

``` ./install.sh ```

and edit path to your PrivateVPN folder.

--------------------------------------------------------------------------------------------------------------------------

Fixed:

01/06/22
- fixed the (p) option in menu by adding a flag and nesting loop
- fixed README requirements