diff options
-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 |