From 47e06a2a0f8edc8f9ab832ed92c38fd7c96e0f31 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 5 Oct 2018 15:42:59 +0200 Subject: Interfaces: Add link to WireGuard protocol and fix camel casing --- docs/ch05-network-interfaces.rst | 6 ++++-- 1 file 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 -- cgit v1.2.3