From 187be609403495c53b9993c800dfe5b51f4ed5d7 Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Tue, 6 Sep 2016 23:23:44 +0200 Subject: [PATCH] small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 183cde9c0..8600b3e77 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ For example use googles dns servers by adding --dns 8.8.8.8 --dns 8.8.4.4 as par #### Restart container if connection is lost If the VPN connection fails or the container for any other reason loses connectivity, you want it to recover from it. One way of doing this is to set environment variable `OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60` and use the --restart=always flag when starting the container. This way OpenVPN will exit if ping fails over a period of time which will stop the container and then the Docker deamon will restart it. -### Running it on a NAS +#### Running it on a NAS Several popular NAS platforms supports Docker containers. You should be able to set up and configure this container using their web interfaces. Remember that you need a TUN/TAP device to run the container. To set up the device it's probably simplest to install a OpenVPN package for the NAS. This should set up the device. If not, there are some more detailed instructions below. #### Questions?