mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
swap out featured vpn posts
This commit is contained in:
parent
6e6335ae34
commit
9f20a7ef86
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue