WireGuard VPN on OpenWrt

This post briefly describes how to configure an OpenWrt router to function as a WireGuard VPN server. This enables me to have my phone always be securely connected to my home router, from wherever I am. This is what it roughly looks like: First, install the necessary WireGuard kernel module: root # opkg update root # opkg install kmod-wiregard Generate a new private and public key pair for the server, and your first peer (e.g. your phone), and a pre-shared key for added post-quantum secrecy: ...

September 14, 2023 · 3 min

AsciiDoc Presentation

An AsciiDoc presentation I made to onboard new hires.

November 1, 2019 · 1 min

Git Presentation

A Git presentation I made to onboard new hires.

November 1, 2019 · 1 min