diff options
-rw-r--r-- | docs/vpn/openvpn.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpn/openvpn.rst b/docs/vpn/openvpn.rst index 13926617..2ae353e8 100644 --- a/docs/vpn/openvpn.rst +++ b/docs/vpn/openvpn.rst @@ -236,7 +236,7 @@ It is best practise to store it in ``/config`` to survive image updates .. code-block:: sh - set interfaces openvpn openvpn vtun0 openvpn-option "--plugin /usr/lib/openvpn/openvpn-auth-ldap.so /config/auth/ldap-auth.config" + set interfaces openvpn vtun0 openvpn-option "--plugin /usr/lib/openvpn/openvpn-auth-ldap.so /config/auth/ldap-auth.config" The required config file may look like: |