aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvpn/openvpn.confd
blob: 7274a079de1e905c4ac1cafd84ec746670b17df8 (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
# 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"