diff options
| -rw-r--r-- | docs/configuration/interfaces/openvpn.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst index d92ac080..8cf579de 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -547,7 +547,7 @@ example:         openvpn-option "--plugin /usr/lib/openvpn/openvpn-auth-ldap.so /config/auth/ldap-auth.config"         openvpn-option "--push redirect-gateway"         openvpn-option --duplicate-cn -       openvpn-option --client-cert-not-required +       openvpn-option "--verify-client-cert none"         openvpn-option --comp-lzo         openvpn-option --persist-key         openvpn-option --persist-tun | 
