Hacker News new | ask | show | jobs
by twelvenmonkeys 3881 days ago
Same here but in a Docker container ^^
1 comments

Yep same here actually. Docker certainly helps with the "simple to setup" bit, along with a script I wrote - http://github.com/lukebennett/ovpn
Do you have any guide on setting something like yours?
Keep meaning to write a blog post, one day I'll get round to it :)

My setup is based on docker-openvpn[0] which has quite a detailed readme, along with a Digital Ocean community tutorial[1]. My script basically wraps up some of the config and makes the various commands a bit easier to remember.

[0] https://github.com/kylemanna/docker-openvpn

[1] https://www.digitalocean.com/community/tutorials/how-to-run-...