diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-07-14 11:29:25 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-07-14 11:29:25 -0700 |
commit | bc5b277f319034a56029998ba05570dd12da8a42 (patch) | |
tree | 5dbe6cf8cb912a9fa89a4a0004d1ae5058deb505 /openvpn.confd | |
download | openvpn-openrc-bc5b277f319034a56029998ba05570dd12da8a42.tar.xz |
Initial commit
Diffstat (limited to 'openvpn.confd')
-rw-r--r-- | openvpn.confd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/openvpn.confd b/openvpn.confd new file mode 100644 index 0000000..f4cefeb --- /dev/null +++ b/openvpn.confd @@ -0,0 +1,20 @@ +# OpenVPN automatically creates an /etc/resolv.conf (or sends it to +# resolvconf) if given DNS information by the OpenVPN server. +# Set PEER_DNS="no" to stop this. +PEER_DNS="no" + +# OpenVPN can run in many modes. Most people will 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="no" + +# If DETECT_CLIENT is no and you have your own scripts to re-enter the openvpn +# init script (ie, it first becomes "inactive" and the script then starts the +# script again to make it "started") then you can state this below. +# In other words, unless you understand service dependencies and are a +# competent shell scripter, don't set this. +RE_ENTER="no" + +VPN="" |