summaryrefslogtreecommitdiff
path: root/doc.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-30 10:26:52 +0000
committerRoy Marples <roy@marples.name>2008-01-30 10:26:52 +0000
commite675b2e00579618c54064c4ac80e221c7531f280 (patch)
tree1f74a83f0651bbd80ecd34f0d7964b713952d367 /doc.Linux
parentee9476223da866694f1b6532744dd879b9dfc5fb (diff)
downloadopenrc-e675b2e00579618c54064c4ac80e221c7531f280.tar.gz
openrc-e675b2e00579618c54064c4ac80e221c7531f280.tar.bz2
openrc-e675b2e00579618c54064c4ac80e221c7531f280.tar.xz
Allow openvpn options to be specified. If options exist then for tunctl then we prefer that to openvpn, unless openvpn options exist.
Diffstat (limited to 'doc.Linux')
-rw-r--r--doc.Linux/net.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc.Linux/net.example b/doc.Linux/net.example
index 9cdea36..49e608e 100644
--- a/doc.Linux/net.example
+++ b/doc.Linux/net.example
@@ -768,7 +768,9 @@
# For passing custom options to tunctl use something like the following. This
# example sets the owner to adm
#tunctl_tun1="-u adm"
-# When using openvpn, there are no options
+# OpenVPN-2.1_rc6 and newer allow --user and --group to set owner and group
+# of the node as well
+#openvpn_tun1="--user foo --group bar"
#-----------------------------------------------------------------------------
# Bridging (802.1d)