summaryrefslogtreecommitdiff
path: root/blog/wireguard-vpn.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog/wireguard-vpn.md')
-rw-r--r--blog/wireguard-vpn.md18
1 files changed, 18 insertions, 0 deletions
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