From 9f20a7ef864e25a7807a54103e8488737753b71d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 2 Jan 2022 12:00:42 -0600 Subject: [PATCH] swap out featured vpn posts --- .../cloud-based-wireguard-vpn-remote-homelab-access/index.md | 2 +- .../2022/secure-networking-made-simple-with-tailscale/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2021/cloud-based-wireguard-vpn-remote-homelab-access/index.md b/content/posts/2021/cloud-based-wireguard-vpn-remote-homelab-access/index.md index 68ed014..141824b 100644 --- a/content/posts/2021/cloud-based-wireguard-vpn-remote-homelab-access/index.md +++ b/content/posts/2021/cloud-based-wireguard-vpn-remote-homelab-access/index.md @@ -13,7 +13,7 @@ tags: - tasker - automation title: Cloud-hosted WireGuard VPN for remote homelab access -featured: true +featured: false --- For a while now, I've been using an [OpenVPN Access Server](https://openvpn.net/access-server/) virtual appliance for remotely accessing my [homelab](/vmware-home-lab-on-intel-nuc-9). That's worked _fine_ but it comes with a lot of overhead. It also requires maintaining an SSL certificate and forwarding three ports through my home router, in addition to managing a fairly complex software package and configurations. The free version of the OpenVPN server also only supports a maximum of two simultaneous connections. I recently ran into issues with the `certbot` automated SSL renewal process on my OpenVPN AS VM and decided that it might be time to look for a simpler solution. diff --git a/content/posts/2022/secure-networking-made-simple-with-tailscale/index.md b/content/posts/2022/secure-networking-made-simple-with-tailscale/index.md index 7c1d645..02030a0 100644 --- a/content/posts/2022/secure-networking-made-simple-with-tailscale/index.md +++ b/content/posts/2022/secure-networking-made-simple-with-tailscale/index.md @@ -3,7 +3,7 @@ title: "Secure Networking Made Simple with Tailscale" # Title of the blog post. date: 2022-01-01 # Date of post creation. # lastmod: 2021-12-29T15:13:11-06:00 # Date when last modified description: "Tailscale makes it easy to set up and manage a secure network by building a flexible control plane on top of a high-performance WireGuard VPN." # Description used for search engine. -featured: false # Sets if post is a featured post, making appear on the home page side bar. +featured: true # Sets if post is a featured post, making appear on the home page side bar. # draft: true # Sets whether to render this page. Draft of true will not be rendered. toc: true # Controls if a table of contents should be generated for first-level links automatically. usePageBundles: true