From 3afca3824e73f0e7520ee268ee1a4f503341ee34 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 15 Feb 2019 02:34:09 +0100 Subject: [PATCH] I think it'll work now. :-) --- content/posts/wireguard-vpn-with-2-or-more-subnets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/wireguard-vpn-with-2-or-more-subnets.adoc b/content/posts/wireguard-vpn-with-2-or-more-subnets.adoc index ec9914f..2608e8a 100644 --- a/content/posts/wireguard-vpn-with-2-or-more-subnets.adoc +++ b/content/posts/wireguard-vpn-with-2-or-more-subnets.adoc @@ -10,7 +10,7 @@ tags: I wanted to create a https://en.wikipedia.org/wiki/WireGuard[WireGuard] VPN with 2 subnets in different physical places, each with their own server. I couldn't -find an example how to do that, so I wrote this one. +find an example how to do that, so I wrote this one. == Introduction