wok-current view openvpn/stuff/etc/openvpn/openvpn.conf @ rev 21794
updated firefox-official packages (67.0.3 -> 68.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 07 15:28:16 2019 +0100 (2019-08-07) |
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"