wok diff openvpn/stuff/etc/openvpn/openvpn.conf @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openvpn/stuff/etc/openvpn/openvpn.conf	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +# OpenVPN automatically creates an /etc/resolv.conf (or sends it to
     1.5 +# resolvconf) if given DNS information by the OpenVPN server.
     1.6 +# Set PEER_DNS="no" to stop this.
     1.7 +PEER_DNS="yes"
     1.8 +
     1.9 +# OpenVPN can run in many modes. Most people will want the init script
    1.10 +# to automatically detect the mode and try and apply a good default
    1.11 +# configuration and setup scripts. However, there are cases where the
    1.12 +# OpenVPN configuration looks like a client, but it's really a peer or
    1.13 +# something else. DETECT_CLIENT controls this behaviour.
    1.14 +DETECT_CLIENT="yes"
    1.15 +
    1.16 +# If DETECT_CLIENT is no and you have your own scripts to re-enter the openvpn
    1.17 +# init script (ie, it first becomes "inactive" and the script then starts the
    1.18 +# script again to make it "started") then you can state this below.
    1.19 +# In other words, unless you understand service dependencies and are a
    1.20 +# competent shell scripter, don't set this.
    1.21 +RE_ENTER="no"