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.
- Host: GitHub
- URL: https://github.com/g3th/privatevpn-tui
- Owner: g3th
- Created: 2020-11-14T20:50:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T01:17:17.000Z (about 4 years ago)
- Last Synced: 2025-04-07T15:52:32.430Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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