How-to: OpenVPN Server in a Synology Docker Container
I recently purchased Synology NAS, and wanted to run an OpenVPN server in a container for remote access. Yes, the Synology has a built-in OpenVPN server, but I felt that running a containerized version was more prudent. There are resources such as the Reddit Synology forum covering the Kylemanna OpenVPN Docker container, but I also wanted to harden my system a bit more using the Configuring a secure OpenVPN 2.4 server with Docker resource. My guide builds on information found in Reddit and the above hardening guide, and uses the kylemanna/docker-openvpn container. I’ve also included a downloadable script that has...