]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Document down-root plugin usage in client.down
authorConrad Hoffmann <ch@bitfehler.net>
Wed, 2 Aug 2017 18:14:35 +0000 (20:14 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Mon, 14 Aug 2017 13:37:58 +0000 (15:37 +0200)
Signed-off-by: Conrad Hoffmann <ch@bitfehler.net>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20170802181435.14549-3-ch@bitfehler.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15164.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
(cherry picked from commit cbeff7b1b3f2815ee27f4479dca502c220fc4d15)

contrib/pull-resolv-conf/client.down

index 90bc5891ab28bee25869beb7456c90a62cb94551..c9090b5650ed447d9c765a6c0f50519f652bb982 100644 (file)
 # the client "up" script will run fine, but the "down" script
 # will require the use of the OpenVPN "down-root" plugin
 # which is in the plugins/ directory of the OpenVPN source tree
+# The config example above would have to be changed to:
+#   client
+#   up /etc/openvpn/client.up
+#   plugin openvpn-plugin-down-root.so "/etc/openvpn/client.down"
 
 # A horrid work around, from a security perspective,
 # is to run OpenVPN as root. THIS IS NOT RECOMMENDED. You have