diff options
author | Lee Starnes <lee@canned-death.us> | 2018-09-08 01:30:48 +0000 |
---|---|---|
committer | Lee Starnes <lee@canned-death.us> | 2018-09-08 01:30:48 +0000 |
commit | 3a6b23a5d7d750bf28a1f968700fa809d5ad7aaa (patch) | |
tree | 88f8936a8bb8ffa73a434c7a7ec60eb307750b2d /user/openvpn/openvpn.confd | |
parent | 15152598729dfaa1d6535b564f343c5d6785c01a (diff) | |
download | packages-3a6b23a5d7d750bf28a1f968700fa809d5ad7aaa.tar.gz packages-3a6b23a5d7d750bf28a1f968700fa809d5ad7aaa.tar.bz2 packages-3a6b23a5d7d750bf28a1f968700fa809d5ad7aaa.tar.xz packages-3a6b23a5d7d750bf28a1f968700fa809d5ad7aaa.zip |
user/openvpn: pull in
Diffstat (limited to 'user/openvpn/openvpn.confd')
-rw-r--r-- | user/openvpn/openvpn.confd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/user/openvpn/openvpn.confd b/user/openvpn/openvpn.confd new file mode 100644 index 000000000..7274a079d --- /dev/null +++ b/user/openvpn/openvpn.confd @@ -0,0 +1,24 @@ +# Configuration for /etc/init.d/openvpn{,.*} + +# OpenVPN can run in many modes. Most people want the init script to +# automatically detect the mode and try and apply a good default configuration +# and setup scripts. However, there are cases where the OpenVPN configuration +# looks like a client, but it's really a peer or something else. +# detect_client controls this behaviour. +#detect_client="yes" + +# Path of the OpenVPN configuration file to load. +# Default is /etc/openvpn/openvpn.conf, or /etc/openvpn/<vpn>.conf if +# the runscript is symlinked to openvpn.<vpn> or <vpn>. +#cfgfile= + +# The script to run in client mode after successful TUN/TAP device open. +#up_script="/etc/openvpn/up.sh" + +# The script to run in client mode after TUN/TAP device close. +#down_script="/etc/openvpn/down.sh" + +# OpenVPN automatically creates an /etc/resolv.conf (or sends it to +# resolvconf) if given DNS information by the OpenVPN server. +# Set to "no" to stop this. +#peer_dns="yes" |