mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-02-19 02:29:37 -05:00
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>
This commit is contained in:
parent
94c1ce22eb
commit
cbeff7b1b3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue