diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-29 11:07:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-29 11:07:24 +0100 |
commit | 1499918804a16051c44d2ee248c067f25e617185 (patch) | |
tree | 73840d13c10a140184bd57d393b96f6b7afb990a /docs/vpn | |
parent | 37a891f7cf0499c958eb6bbff5699455a4ada01a (diff) | |
download | vyos-documentation-1499918804a16051c44d2ee248c067f25e617185.tar.gz vyos-documentation-1499918804a16051c44d2ee248c067f25e617185.zip |
common-references: migrate all VyOS Phabricator references
Diffstat (limited to 'docs/vpn')
-rw-r--r-- | docs/vpn/openvpn.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/vpn/openvpn.rst b/docs/vpn/openvpn.rst index 69961f0c..cbb89fbe 100644 --- a/docs/vpn/openvpn.rst +++ b/docs/vpn/openvpn.rst @@ -441,8 +441,8 @@ Options ======= We do not have CLI nodes for every single OpenVPN options. If an option is -missing, a feature request should be opened at https://phabricator.vyos.net so -all users can benefit from it. +missing, a feature request should be opened at Phabricator_ so all users can +benefit from it (see :ref:`issues_features`). If you are a hacker or want to try on your own we support passing raw OpenVPN options to OpenVPN. @@ -460,3 +460,5 @@ Will add ``push "keepalive 1 10"`` to the generated OpenVPN config file. .. note:: Sometimes option lines in the generated OpenVPN configurarion require quotes. This is done through a hack on our config generator. You can pass quotes using the ``"`` statement. + +.. include:: ../common-references.rst |