wok view openvpn/stuff/etc/openvpn/openvpn.conf @ rev 16412

Up: openvpn (2.3.3), added openvpn-doc, added initscript (TEST AND FIX, PLEASE)
author Alexander Medvedev <devl547@gmail.com>
date Thu Apr 17 14:01:12 2014 +0400 (2014-04-17)
parents
children
line source
1 # OpenVPN automatically creates an /etc/resolv.conf (or sends it to
2 # resolvconf) if given DNS information by the OpenVPN server.
3 # Set PEER_DNS="no" to stop this.
4 PEER_DNS="yes"
6 # OpenVPN can run in many modes. Most people will want the init script
7 # to automatically detect the mode and try and apply a good default
8 # configuration and setup scripts. However, there are cases where the
9 # OpenVPN configuration looks like a client, but it's really a peer or
10 # something else. DETECT_CLIENT controls this behaviour.
11 DETECT_CLIENT="yes"
13 # If DETECT_CLIENT is no and you have your own scripts to re-enter the openvpn
14 # init script (ie, it first becomes "inactive" and the script then starts the
15 # script again to make it "started") then you can state this below.
16 # In other words, unless you understand service dependencies and are a
17 # competent shell scripter, don't set this.
18 RE_ENTER="no"