diff options
author | kmpm <peter@birchroad.net> | 2019-01-20 12:30:55 +0100 |
---|---|---|
committer | kmpm <peter@birchroad.net> | 2019-01-20 12:30:55 +0100 |
commit | 060807177d3c6ad5fcc51c9e4cd66a5a5753e1b0 (patch) | |
tree | d0d00b14f81650d2f62cb3d8dd96883a85a9de95 /docs/vpn.rst | |
parent | ce02006259e45ea9b0ab5f30ac3f1639d2338505 (diff) | |
download | vyos-documentation-060807177d3c6ad5fcc51c9e4cd66a5a5753e1b0.tar.gz vyos-documentation-060807177d3c6ad5fcc51c9e4cd66a5a5753e1b0.zip |
wireguard is also a VPN technology
- extract wireguard from network-interfaces
- include wireguard as an external file in network-interfaces
- include wireguard as an external file in vpn
Diffstat (limited to 'docs/vpn.rst')
-rw-r--r-- | docs/vpn.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/vpn.rst b/docs/vpn.rst index 28cacc69..46a7b957 100644 --- a/docs/vpn.rst +++ b/docs/vpn.rst @@ -867,3 +867,6 @@ SPOKE2 Example Configuration .. _RFC2332: https://tools.ietf.org/html/rfc2332 .. _RFC1702: https://tools.ietf.org/html/rfc1702 .. _RFC4301: https://tools.ietf.org/html/rfc4301 + + +.. include:: interfaces/wireguard.rst |