diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-24 21:40:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 21:40:39 +0100 |
commit | d497d3074766cccb880e6f2d91267cc19a1ce610 (patch) | |
tree | a99fd8b02f3ba98f491dada30acdfe1b3da49f2d /docs/vpn/openvpn.rst | |
parent | 6adb039393ab70334ed6512c3e630c0de7a60404 (diff) | |
parent | 0c19693d3dc4cd69ba48738155855fed3d1ff5af (diff) | |
download | vyos-documentation-d497d3074766cccb880e6f2d91267cc19a1ce610.tar.gz vyos-documentation-d497d3074766cccb880e6f2d91267cc19a1ce610.zip |
Merge pull request #150 from rebortg/cfgcmd
cfgcmd for better typing feeling
Diffstat (limited to 'docs/vpn/openvpn.rst')
-rw-r--r-- | docs/vpn/openvpn.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/vpn/openvpn.rst b/docs/vpn/openvpn.rst index 1a9ee9cf..491e6e6d 100644 --- a/docs/vpn/openvpn.rst +++ b/docs/vpn/openvpn.rst @@ -446,13 +446,13 @@ all users can benefit from it. If you are a hacker or want to try on your own we support passing raw OpenVPN options to OpenVPN. -.. cfcmd:: set interfaces openvpn vtun10 openvpn-option 'persistent-key' +.. cfgcmd:: set interfaces openvpn vtun10 openvpn-option 'persistent-key' Will add ``persistent-key`` at the end of the generated OpenVPN configuration. Please use this only as last resort - things might break and OpenVPN won't start if you pass invalid options/syntax. -.. cfcmd:: set interfaces openvpn vtun10 openvpn-option 'push "keepalive 1 10"' +.. cfgcmd:: set interfaces openvpn vtun10 openvpn-option 'push "keepalive 1 10"' Will add ``push "keepalive 1 10"`` to the generated OpenVPN config file. |