AnyConnectVPN
- CiscoTunnelblick
Viscosity
- MacOS
- Linux (Debian, Ubuntu, ...)
- Windows
- 3.7+
Install and update using pip:
pip install dvpn
or
pip3 install dvpn
- Use
dvpn gui
in terminal to add your VPNs, passwords and usernames are stored in plaintext so be sure to have disk encrypted. - If it seems applications is freezing, it is just side effect of compatibility solution on OSX and not using threaded connection/disconnection currently #TODO just wait it will finish
- Please be patient and don't click multiple times on buttons in same time
- Copy
template_secret.json
topackage/config/secret.json
- Edit secret accordingly to json format and your credentials
- Now you can use cli commands
- Future Release will contain auto vpn resolve
dvpn autoresolve
For Tunnelblick you must install tunnelblickctl
on macOS use:
brew tap benwebber/tunnelblickctl
brew install tunnelblickctl
- Clone repository with
git clone https://github.com/jiri-otoupal/dievpn.git
- Install requirements with
pip install -r requirements.txt
(ignore / delete windows requirements pywin32 & wexpect if your pip is trying to install them) - Copy
template_secret.json
topackage/config/secret.json
- Edit secret accordingly to json format and your credentials
All commands need to be launched in os terminal not in Pycharm terminal
Access all functions through gui
dvpn gui
or CLI
Connect to VPN specified in config/secret.json
dvpn connect {name_in_credentials}
Disconnect from any currently connected VPN
dvpn disconnect