From d6126294bf27c93e0f05cbd3129e9b20493db6d0 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Mon, 28 Feb 2022 09:34:37 -0500 Subject: Nix and updated templates --- blog/wireguard-vpn.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blog/wireguard-vpn.md (limited to 'blog/wireguard-vpn.md') diff --git a/blog/wireguard-vpn.md b/blog/wireguard-vpn.md new file mode 100644 index 0000000..9525717 --- /dev/null +++ b/blog/wireguard-vpn.md @@ -0,0 +1,18 @@ +--- +title: Wireguard Site-to-Site VPN +date: 2022-02-15 +draft: true +--- + +Hi all! Recently, I was inspired by [this post][xepost] to make my own Wireguard +VPN between my laptop and servers. That post is super old though, so I wanted to +write up what I changed and added. + +# Initial Setup + +I chose my dedicated Debian host as the Wireguard server. So far in its +lifetime, it's been gathering all the miscellaneous infrastructure services like +Prometheus, so there's not much happening on it + + +[xepost]: https://christine.website/blog/site-to-site-wireguard-part-1-2019-04-02 -- cgit v1.2.3