Today I Learned 2022-07-09

Setting up WireGuard within a network in a Docker container

WireGuard is an alternative VPN to something like OpenVPN. It has a few orders of magnitude fewer lines of code, and seems really fast in the small amount of time I’ve used it.

I used a few guides to configure it, with this guide being the main one, along with the LinuxServer.io image documentation.

The gotchas I ran into that you might run into as well:

Other than these issues, it was super easy to set up and use.