WireGuard on Debian (server) + EndeavourOS (client)
Hey, recently I tried to setup Wireguard on vps with Debian 10 (as a server) and my laptop with EndeavourOS (as a client) and I decided to write it up, so someone may make use of it. Server setup (Debian 10 buster) Installing stuff On Debian wiki we can find information that for Debian buster wireguard is available from Backports. As wiki says on another page, backports are recompiled packages from testing and unstable repository that cane be run on stable Debian distribution. But before we install wireguard from backports we need to perform some steps. ...