https://github.com/smikhalevski/openvpn-docker
š³āPrivate VPN in a couple of clicks.
https://github.com/smikhalevski/openvpn-docker
docker openvpn
Last synced: 4 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T11:20:19.000Z (about 1 year ago)
- Last Synced: 2025-01-30T15:41:28.308Z (5 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`.