https://github.com/smoothhacker/disposablevpn
A Python App That Creates a Wireguard Endpoint in Digital Ocean
https://github.com/smoothhacker/disposablevpn
Last synced: 12 months ago
JSON representation
A Python App That Creates a Wireguard Endpoint in Digital Ocean
- Host: GitHub
- URL: https://github.com/smoothhacker/disposablevpn
- Owner: SmoothHacker
- License: mit
- Created: 2020-05-28T20:34:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T00:58:20.000Z (over 5 years ago)
- Last Synced: 2025-04-04T03:51:03.899Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DisposableVPN
A Python 3 app that creates a Wireguard endpoint in Digital Ocean
## Setup
1. Install The API client through `pip install -r requirements.txt`.
2. Place your Digital Ocean API key inside of `token.env` in the root of the project directory
## How to Use
The Wireguard config file is inside of the `keys/` directory as `wgVPN.conf`
Public and Private Keys are already generated. One the app tells you the server is live.
Open the Wireguard config file with your favorite client. This works for Linux, Windows, and Mac OSx