Metadata-Version: 2.1
Name: dvpn
Version: 0.1.2
Summary: Tool for making life easy for people with more than one VPNs, with use of auto switching based on resolved hostnames and saved credentials
Home-page: https://github.com/jiri-otoupal/dievpn
Author: Jiri Otoupal
Author-email: jiri-otoupal@ips-database.eu
License: Apache 2.0
Keywords: DieVPN VPN Auto Resolver
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
Provides-Extra: dev

# DieVPN

### This tool Allows you to switch between VPNs in ease and speed

### Supported

* `AnyConnectVPN` - Cisco

## How to setup

* Install requirements with pip install -r requirements.txt
* Edit `config/template_secret.py` with your credentials, passwords are plaintext
* Rename `config/template_secret.py` to secret.py

## Usage
All commands need to be launched in os terminal not in Pycharm terminal

Connect to VPN specified in `config/secret.py`

```
dvpn connect name_in_credentials
```

Disconnect from any currently connected VPN
```
dvpn disconnect
```


