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

https://github.com/a904guy/api-openvpn-proxy-server

An application to spin up a OpenVPN Server and HTTP Proxy Server then manage, change, restart it from a HTTP API
https://github.com/a904guy/api-openvpn-proxy-server

Last synced: about 1 year ago
JSON representation

An application to spin up a OpenVPN Server and HTTP Proxy Server then manage, change, restart it from a HTTP API

Awesome Lists containing this project

README

          

# API-Openvpn-Proxy-Server
An application to spin up a OpenVPN Server and Proxy Server, then manage, change, restart it from a HTTP API

```
# python app.py --help
usage: app.py [-h] --vpn_configs PATH --openvpn_location FILE

VPN-Rotator, (OpenVPN, HTTP Proxy Server, API Management)

optional arguments:
-h, --help show this help message and exit
--vpn_configs PATH, -vc PATH
Configuration Files, or Folder containing Configs
(*.ovpn) (Globs allowed)
--openvpn_location FILE, -ol FILE
OpenVPN Binary Location, use this if not in $PATH
(default: None)

Contact us on GitHub https://github.com/a904guy/API-Openvpn-Proxy-Server/
```