Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smikhalevski/openvpn-docker
🐳 Private VPN in a couple of clicks.
https://github.com/smikhalevski/openvpn-docker
docker openvpn
Last synced: 4 days ago
JSON representation
🐳 Private VPN in a couple of clicks.
- Host: GitHub
- URL: https://github.com/smikhalevski/openvpn-docker
- Owner: smikhalevski
- License: mit
- Created: 2023-06-07T12:48:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-31T11:20:19.000Z (6 months ago)
- Last Synced: 2024-05-31T12:30:11.240Z (6 months ago)
- Topics: docker, openvpn
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🐳 OpenVPN for Docker
How to set up on Digital Ocean:
1. Create the cheapest [Docker droplet.](https://marketplace.digitalocean.com/apps/docker)
2. On the droplet page, go to _Access_ and click on _Droplet Console_.
3. Copy this command and run it. It may take several of minutes to complete.
```shell
docker exec $(docker run -q --pull always -d --privileged -p 1194:1194/udp -p 443:443/tcp ghcr.io/smikhalevski/openvpn-docker:master) print_config
```4. The command output is an OpenVPN client configuration. Copy it and save as `clinet.ovpn`.
5. Download and install [OpenVPN Connect.](https://openvpn.net/client-connect-vpn-for-mac-os)
6. Open OpenVPN Connect and import `clinet.ovpn`.