diff options
author | Robert Göhler <github@ghlr.de> | 2019-11-24 21:26:34 +0100 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2019-11-24 21:26:34 +0100 |
commit | 0c19693d3dc4cd69ba48738155855fed3d1ff5af (patch) | |
tree | ef74eed862b69e6c6c21c15c2dd66a10b4ef84d2 /docs/vpn | |
parent | 343be1b94099f0906006f11428eb9bb5d89f3bda (diff) | |
download | vyos-documentation-0c19693d3dc4cd69ba48738155855fed3d1ff5af.tar.gz vyos-documentation-0c19693d3dc4cd69ba48738155855fed3d1ff5af.zip |
Style: change .. cfcmd:: to ..cfgcmd::
Diffstat (limited to 'docs/vpn')
-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. |