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
- Host: GitHub
- URL: https://github.com/a904guy/api-openvpn-proxy-server
- Owner: a904guy
- Created: 2019-12-19T05:05:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T21:14:05.000Z (about 2 years ago)
- Last Synced: 2024-05-29T12:08:36.477Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```