aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvpn/openvpn.confd
blob: 8d9be1415d31306aff33c353a3d862d2ef2217f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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"

# Additional arguments to pass to openvpn.
#command_args=