File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
# Source: https://github.com/kylemanna/docker-openvpn
6
6
#
7
7
# This service aims to make the update and invocation of the docker-openvpn
8
- # container seemless . It automatically downloads the latest docker-openvpn
8
+ # container seamless . It automatically downloads the latest docker-openvpn
9
9
# image and instantiates a Docker container with that image. At shutdown it
10
10
# cleans-up the old container.
11
11
#
@@ -59,7 +59,7 @@ ExecStartPre=-/usr/bin/docker rm -f $NAME
59
59
ExecStartPre =-/usr/bin/docker pull $IMG
60
60
61
61
# IPv6: Ensure forwarding is enabled on host's networking stack (hacky)
62
- # Would be nice to use systemd-network on the host, but this doens 't work
62
+ # Would be nice to use systemd-network on the host, but this doesn 't work
63
63
# http://lists.freedesktop.org/archives/systemd-devel/2015-June/032762.html
64
64
ExecStartPre =/bin/sh -c 'test -z "$IP6_PREFIX" && exit 0; sysctl net.ipv6.conf.all.forwarding=1'
65
65
You can’t perform that action at this time.
0 commit comments