From 6eb6cf5a2d0e540ddcaaa35c74ae2ed452fa17fd Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 3 Apr 2019 09:24:49 -0700 Subject: [PATCH] blog/site-to-site-part-1: add wireguard version information --- ...-site-wireguard-part-1-2019-04-02.markdown | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/blog/site-to-site-wireguard-part-1-2019-04-02.markdown b/blog/site-to-site-wireguard-part-1-2019-04-02.markdown index 76f19ba..c43266f 100644 --- a/blog/site-to-site-wireguard-part-1-2019-04-02.markdown +++ b/blog/site-to-site-wireguard-part-1-2019-04-02.markdown @@ -111,6 +111,30 @@ To install WireGuard and all of the needed tools, run the following: # apk -U add wireguard-vanilla wireguard-tools ``` +For those of you using other distributions, here is the version information from my WireGuard master: + +``` +luna [/etc/wireguard]# apk info wireguard-tools +wireguard-tools-0.0.20190227-r0 description: +Next generation secure network tunnel: userspace tools + +wireguard-tools-0.0.20190227-r0 webpage: +https://www.wireguard.com + +wireguard-tools-0.0.20190227-r0 installed size: +20480 + +luna [/etc/wireguard]# apk info wireguard-vanilla +wireguard-vanilla-4.19.30-r0 description: +Next generation secure network tunnel: kernel modules for vanilla + +wireguard-vanilla-4.19.30-r0 webpage: +https://www.wireguard.com + +wireguard-vanilla-4.19.30-r0 installed size: +352256 +``` + #### Ubuntu ```console