blob: 1ed477e6eab703cdbe8a37f8a7065a4f0ca5d469 (
plain)
1
2
3
4
5
6
|
# 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="yes"
|