aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Hoffmann2017-08-02 20:14:35 +0200
committerDavid Sommerseth2017-08-14 15:37:58 +0200
commit597b6224e254775915956b8db45c090709b17b1a (patch)
treec5384fb9a54694dbb5cbb087c15cffb1494dc57d
parent9f390f0209aa119f7625a75ae309787bc6785831 (diff)
downloadopenvpn-597b6224e254775915956b8db45c090709b17b1a.zip
openvpn-597b6224e254775915956b8db45c090709b17b1a.tar.gz
Document down-root plugin usage in client.down
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)
-rw-r--r--contrib/pull-resolv-conf/client.down4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/pull-resolv-conf/client.down b/contrib/pull-resolv-conf/client.down
index 90bc589..c9090b5 100644
--- a/contrib/pull-resolv-conf/client.down
+++ b/contrib/pull-resolv-conf/client.down
@@ -30,6 +30,10 @@
# 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