diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-05 15:42:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-05 15:42:59 +0200 |
commit | 47e06a2a0f8edc8f9ab832ed92c38fd7c96e0f31 (patch) | |
tree | 826bc2cf5c4aa333a9a9015f7c12c53f885c06e5 | |
parent | 21971a3137f163f38fb5a14dcaa44038dae43e71 (diff) | |
download | vyos-documentation-47e06a2a0f8edc8f9ab832ed92c38fd7c96e0f31.tar.gz vyos-documentation-47e06a2a0f8edc8f9ab832ed92c38fd7c96e0f31.zip |
Interfaces: Add link to WireGuard protocol and fix camel casing
-rw-r--r-- | docs/ch05-network-interfaces.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ch05-network-interfaces.rst b/docs/ch05-network-interfaces.rst index 4b0bdcc8..555e4bbb 100644 --- a/docs/ch05-network-interfaces.rst +++ b/docs/ch05-network-interfaces.rst @@ -365,10 +365,10 @@ Results in: description "Description" } -Wireguard VPN Interface +WireGuard VPN Interface ----------------------- -WireGuard is an extremely simple yet fast and modern VPN that utilizes +WireGuard_ is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. See https://www.wireguard.com for more information. @@ -463,3 +463,5 @@ your peer should have knowledge if its content. wg01# set interfaces wireguard wg01 peer to-wg02 preshared-key 'rvVDOoc2IYEnV+k5p7TNAmHBMEGTHbPU8Qqg8c/sUqc=' wg02# set interfaces wireguard wg01 peer to-wg01 preshared-key 'rvVDOoc2IYEnV+k5p7TNAmHBMEGTHbPU8Qqg8c/sUqc=' + +.. _WireGuard: https://www.wireguard.com |