diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-05 22:21:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-05 22:21:46 +0300 |
| commit | 91482bfe268ea988d4fcc3556468d5ffb95decce (patch) | |
| tree | c267c5afc5b8975c8c51df437b1ed5e29fbaf53d /gemfeed | |
| parent | d3b8ac2654c51c6e3ea52fa09a560938470d2fc8 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
4 files changed, 812 insertions, 14 deletions
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md index e4f67251..6ce58ac3 100644 --- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md +++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md @@ -8,10 +8,10 @@ I will post a new entry every month or so (there are too many other side project These are all the posts so far: -[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md) -[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md) -[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md) [2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage (You are currently reading this)](./2024-11-17-f3s-kubernetes-with-freebsd-part-1.md) +[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md) +[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md) +[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md) [](./f3s-kubernetes-with-freebsd-part-1/f3slogo.png) @@ -38,7 +38,7 @@ Let's begin... ## Why this setup? -My previous setup was great for learning Terraform and AWS, but it is too expensive. Costs are under control there, but only because I am shutting down all containers after use (so they are offline ninety percent of the time and still cost around $20 monthly). With the new setup, I could run all containers 24/7 at home, which would still be cheaper in terms of electricity consumption. I have a 50 MBit/s uplink (I could have more if I wanted, but it is plenty for my use case already). +My previous setup was great for learning Terraform and AWS, but it is too expensive. Costs are under control there, but only because I am shutting down all containers after use (so they are offline ninety percent of the time and still cost around $20 monthly). With the new setup, I could run all containers 24/7 at home, which would still be cheaper in terms of electricity consumption. I have a 400 MBit/s uplink (I could have more if I wanted, but it is more than plenty for my use case already). [From `babylon5.buetow.org` to `.cloud`](./2024-02-04-from-babylon5.buetow.org-to-.cloud.md) diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md index e1839177..5af5d22d 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md @@ -8,10 +8,10 @@ We set the stage last time; this time, we will set up the hardware for this proj These are all the posts so far: -[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md) -[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md) -[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation (You are currently reading this)](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md) [2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](./2024-11-17-f3s-kubernetes-with-freebsd-part-1.md) +[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation (You are currently reading this)](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md) +[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md) +[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md) [](./f3s-kubernetes-with-freebsd-part-1/f3slogo.png) diff --git a/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md b/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md index c8ae6f9a..774accd2 100644 --- a/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md +++ b/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md @@ -2,14 +2,14 @@ This is the fith blog post about my f3s series for my self-hosting demands in my home lab. f3s? The "f" stands for FreeBSD, and the "3s" stands for k3s, the Kubernetes distribution I will use on FreeBSD-based physical machines. -I will post a new entry every month or so (there are too many other side projects for more frequent updates—I bet you can understand). +I will post a new entry every month or so (there are too many other side projects for more frequent updates — I bet you can understand). These are all the posts so far: -[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md) -[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md) -[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md) [2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](./2024-11-17-f3s-kubernetes-with-freebsd-part-1.md) +[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md) +[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md) +[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md) [](./f3s-kubernetes-with-freebsd-part-1/f3slogo.png) @@ -20,11 +20,37 @@ Let's begin... ## Table of Contents * [⇢ f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network](#f3s-kubernetes-with-freebsd---part-5-wireguard-mesh-network) -* [⇢ ⇢ TODO](#todo) +* [⇢ ⇢ Introduction](#introduction) +* [⇢ ⇢ Deciding on WireGuard](#deciding-on-wireguard) + +## Introduction + +By default, traffic within my home LAN, including traffic inside a k3s cluster, is not encrypted. While it resides in the "secure" home LAN, adopting a zero-trust policy means encryption is still preferable to ensure confidentiality and security. So we decide to secure all the traffic of all f3s participating hosts by building a mesh network of all participating hosts as shown in this graph: + +[](./f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg) + +Whereas `f0`, `f1`, and `f2` are the FreeBSD base hosts, `r0`, `r1`, and `r2` are the Rocky Linux Bhyve VMs, and `blowfish` and `fishfinger` are two OpenBSD systems running on the internet (as mentioned in the first blog of this series—these systems are already built; in fact, this very blog is served by those OpenBSD systems). + +As we can see from the graph, it is a true full-mesh network, where every host has a VPN tunnel to every other host. The benefit is that we do not need to route traffic through intermediate hosts (significantly simplifying the routing configuration). However, the downside is that there is some overhead in configuring and managing all the tunnels. + +For simplicity, we also establish VPN tunnels between `f0 <-> r0`, `f1 <-> r1`, and `f2 <-> r2`. Technically, this wouldn't be strictly required since the VMs `rN` are running on the hosts `fN`, and there is no network traffic leaving the box. However, it simplifies the configuration as we don't have to account for exceptions, and we are going to automate the mesh network configuration anyway (read on). + +## Deciding on WireGuard + +I have decided on using WireGuard as the VPN technology for this purpose. + +WireGuard is a lightweight, modern, and secure VPN protocol designed for simplicity, speed, and strong cryptography. It is an excellent choice due to its minimal codebase, ease of configuration, high performance, and robust security, utilizing state-of-the-art encryption standards. WireGuard is supported on various operating systems, and its implementations are compatible with each other. Therefore, establishing WireGuard VPN tunnels between FreeBSD, Linux, and OpenBSD is seamless. This cross-platform availability makes it suitable for setups like the one described in this blog series. + +We could have used Tailscale for an easy to setup and manage a WireGuard network, but the benefits of creating our own mesh network are: -## TODO +* Learning about WireGuard configurationd details +* Have full control over the setup +* Don't rely on an external provider like Tailscale (even if some of the components are open-source) +* Have even more fun along the way -* what is wireguard... +[https://en.wikipedia.org/wiki/WireGuard](https://en.wikipedia.org/wiki/WireGuard) +[https://www.wireguard.com/](https://www.wireguard.com/) +[https://tailscale.com/](https://tailscale.com/) * k3s by default traffic not encrypted diff --git a/gemfeed/f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg b/gemfeed/f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg new file mode 100644 index 00000000..f2f4f359 --- /dev/null +++ b/gemfeed/f3s-kubernetes-with-freebsd-part-5/wireguard-full-mesh.svg @@ -0,0 +1,772 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="720pt" height="576pt" viewBox="0 0 720 576" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2025-05-04T06:41:23.234045</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 576 +L 720 576 +L 720 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="LineCollection_1"> + <path d="M 657.520661 288 +L 570.378873 119.696901 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 657.520661 288 +L 359.999987 49.983471 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 657.520661 288 +L 149.621127 119.696901 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 657.520661 288 +L 62.479339 288.000021 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 657.520661 288 +L 149.621109 456.303085 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 657.520661 288 +L 360.000004 526.016529 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 657.520661 288 +L 570.378838 456.303127 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 570.378873 119.696901 +L 359.999987 49.983471 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 570.378873 119.696901 +L 149.621127 119.696901 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 570.378873 119.696901 +L 62.479339 288.000021 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 570.378873 119.696901 +L 149.621109 456.303085 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 570.378873 119.696901 +L 360.000004 526.016529 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 570.378873 119.696901 +L 570.378838 456.303127 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 359.999987 49.983471 +L 149.621127 119.696901 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 359.999987 49.983471 +L 62.479339 288.000021 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 359.999987 49.983471 +L 149.621109 456.303085 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 359.999987 49.983471 +L 360.000004 526.016529 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 359.999987 49.983471 +L 570.378838 456.303127 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 149.621127 119.696901 +L 62.479339 288.000021 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 149.621127 119.696901 +L 149.621109 456.303085 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 149.621127 119.696901 +L 360.000004 526.016529 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 149.621127 119.696901 +L 570.378838 456.303127 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 62.479339 288.000021 +L 149.621109 456.303085 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 62.479339 288.000021 +L 360.000004 526.016529 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 62.479339 288.000021 +L 570.378838 456.303127 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 149.621109 456.303085 +L 360.000004 526.016529 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 149.621109 456.303085 +L 570.378838 456.303127 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + <path d="M 360.000004 526.016529 +L 570.378838 456.303127 +" clip-path="url(#p24c674e8fe)" style="fill: none; stroke: #808080"/> + </g> + <g id="PathCollection_1"> + <defs> + <path id="m1f11223b72" d="M 0 22.36068 +C 5.930122 22.36068 11.618159 20.004617 15.811388 15.811388 +C 20.004617 11.618159 22.36068 5.930122 22.36068 0 +C 22.36068 -5.930122 20.004617 -11.618159 15.811388 -15.811388 +C 11.618159 -20.004617 5.930122 -22.36068 0 -22.36068 +C -5.930122 -22.36068 -11.618159 -20.004617 -15.811388 -15.811388 +C -20.004617 -11.618159 -22.36068 -5.930122 -22.36068 0 +C -22.36068 5.930122 -20.004617 11.618159 -15.811388 15.811388 +C -11.618159 20.004617 -5.930122 22.36068 0 22.36068 +z +" style="stroke: #add8e6"/> + </defs> + <g clip-path="url(#p24c674e8fe)"> + <use xlink:href="#m1f11223b72" x="657.520661" y="288" style="fill: #add8e6; stroke: #add8e6"/> + <use xlink:href="#m1f11223b72" x="570.378873" y="119.696901" style="fill: #add8e6; stroke: #add8e6"/> + <use xlink:href="#m1f11223b72" x="359.999987" y="49.983471" style="fill: #add8e6; stroke: #add8e6"/> + <use xlink:href="#m1f11223b72" x="149.621127" y="119.696901" style="fill: #add8e6; stroke: #add8e6"/> + <use xlink:href="#m1f11223b72" x="62.479339" y="288.000021" style="fill: #add8e6; stroke: #add8e6"/> + <use xlink:href="#m1f11223b72" x="149.621109" y="456.303085" style="fill: #add8e6; stroke: #add8e6"/> + <use xlink:href="#m1f11223b72" x="360.000004" y="526.016529" style="fill: #add8e6; stroke: #add8e6"/> + <use xlink:href="#m1f11223b72" x="570.378838" y="456.303127" style="fill: #add8e6; stroke: #add8e6"/> + </g> + </g> + <g id="text_1"> + <g clip-path="url(#p24c674e8fe)"> + <!-- f0 --> + <g transform="translate(651.590974 291.31125) scale(0.12 -0.12)"> + <defs> + <path id="DejaVuSans-66" d="M 2375 4863 +L 2375 4384 +L 1825 4384 +Q 1516 4384 1395 4259 +Q 1275 4134 1275 3809 +L 1275 3500 +L 2222 3500 +L 2222 3053 +L 1275 3053 +L 1275 0 +L 697 0 +L 697 3053 +L 147 3053 +L 147 3500 +L 697 3500 +L 697 3744 +Q 697 4328 969 4595 +Q 1241 4863 1831 4863 +L 2375 4863 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-30" d="M 2034 4250 +Q 1547 4250 1301 3770 +Q 1056 3291 1056 2328 +Q 1056 1369 1301 889 +Q 1547 409 2034 409 +Q 2525 409 2770 889 +Q 3016 1369 3016 2328 +Q 3016 3291 2770 3770 +Q 2525 4250 2034 4250 +z +M 2034 4750 +Q 2819 4750 3233 4129 +Q 3647 3509 3647 2328 +Q 3647 1150 3233 529 +Q 2819 -91 2034 -91 +Q 1250 -91 836 529 +Q 422 1150 422 2328 +Q 422 3509 836 4129 +Q 1250 4750 2034 4750 +z +" transform="scale(0.015625)"/> + </defs> + <use xlink:href="#DejaVuSans-66"/> + <use xlink:href="#DejaVuSans-30" x="35.205078"/> + </g> + </g> + </g> + <g id="text_2"> + <g clip-path="url(#p24c674e8fe)"> + <!-- f1 --> + <g transform="translate(564.449186 123.008151) scale(0.12 -0.12)"> + <defs> + <path id="DejaVuSans-31" d="M 794 531 +L 1825 531 +L 1825 4091 +L 703 3866 +L 703 4441 +L 1819 4666 +L 2450 4666 +L 2450 531 +L 3481 531 +L 3481 0 +L 794 0 +L 794 531 +z +" transform="scale(0.015625)"/> + </defs> + <use xlink:href="#DejaVuSans-66"/> + <use xlink:href="#DejaVuSans-31" x="35.205078"/> + </g> + </g> + </g> + <g id="text_3"> + <g clip-path="url(#p24c674e8fe)"> + <!-- f2 --> + <g transform="translate(354.070299 53.294721) scale(0.12 -0.12)"> + <defs> + <path id="DejaVuSans-32" d="M 1228 531 +L 3431 531 +L 3431 0 +L 469 0 +L 469 531 +Q 828 903 1448 1529 +Q 2069 2156 2228 2338 +Q 2531 2678 2651 2914 +Q 2772 3150 2772 3378 +Q 2772 3750 2511 3984 +Q 2250 4219 1831 4219 +Q 1534 4219 1204 4116 +Q 875 4013 500 3803 +L 500 4441 +Q 881 4594 1212 4672 +Q 1544 4750 1819 4750 +Q 2544 4750 2975 4387 +Q 3406 4025 3406 3419 +Q 3406 3131 3298 2873 +Q 3191 2616 2906 2266 +Q 2828 2175 2409 1742 +Q 1991 1309 1228 531 +z +" transform="scale(0.015625)"/> + </defs> + <use xlink:href="#DejaVuSans-66"/> + <use xlink:href="#DejaVuSans-32" x="35.205078"/> + </g> + </g> + </g> + <g id="text_4"> + <g clip-path="url(#p24c674e8fe)"> + <!-- r0 --> + <g transform="translate(143.337064 123.008151) scale(0.12 -0.12)"> + <defs> + <path id="DejaVuSans-72" d="M 2631 2963 +Q 2534 3019 2420 3045 +Q 2306 3072 2169 3072 +Q 1681 3072 1420 2755 +Q 1159 2438 1159 1844 +L 1159 0 +L 581 0 +L 581 3500 +L 1159 3500 +L 1159 2956 +Q 1341 3275 1631 3429 +Q 1922 3584 2338 3584 +Q 2397 3584 2469 3576 +Q 2541 3569 2628 3553 +L 2631 2963 +z +" transform="scale(0.015625)"/> + </defs> + <use xlink:href="#DejaVuSans-72"/> + <use xlink:href="#DejaVuSans-30" x="41.113281"/> + </g> + </g> + </g> + <g id="text_5"> + <g clip-path="url(#p24c674e8fe)"> + <!-- r1 --> + <g transform="translate(56.195276 291.311271) scale(0.12 -0.12)"> + <use xlink:href="#DejaVuSans-72"/> + <use xlink:href="#DejaVuSans-31" x="41.113281"/> + </g> + </g> + </g> + <g id="text_6"> + <g clip-path="url(#p24c674e8fe)"> + <!-- r2 --> + <g transform="translate(143.337046 459.614335) scale(0.12 -0.12)"> + <use xlink:href="#DejaVuSans-72"/> + <use xlink:href="#DejaVuSans-32" x="41.113281"/> + </g> + </g> + </g> + <g id="text_7"> + <g clip-path="url(#p24c674e8fe)"> + <!-- blowfish --> + <g transform="translate(335.238754 529.327779) scale(0.12 -0.12)"> + <defs> + <path id="DejaVuSans-62" d="M 3116 1747 +Q 3116 2381 2855 2742 +Q 2594 3103 2138 3103 +Q 1681 3103 1420 2742 +Q 1159 2381 1159 1747 +Q 1159 1113 1420 752 +Q 1681 391 2138 391 +Q 2594 391 2855 752 +Q 3116 1113 3116 1747 +z +M 1159 2969 +Q 1341 3281 1617 3432 +Q 1894 3584 2278 3584 +Q 2916 3584 3314 3078 +Q 3713 2572 3713 1747 +Q 3713 922 3314 415 +Q 2916 -91 2278 -91 +Q 1894 -91 1617 61 +Q 1341 213 1159 525 +L 1159 0 +L 581 0 +L 581 4863 +L 1159 4863 +L 1159 2969 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-6c" d="M 603 4863 +L 1178 4863 +L 1178 0 +L 603 0 +L 603 4863 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-6f" d="M 1959 3097 +Q 1497 3097 1228 2736 +Q 959 2375 959 1747 +Q 959 1119 1226 758 +Q 1494 397 1959 397 +Q 2419 397 2687 759 +Q 2956 1122 2956 1747 +Q 2956 2369 2687 2733 +Q 2419 3097 1959 3097 +z +M 1959 3584 +Q 2709 3584 3137 3096 +Q 3566 2609 3566 1747 +Q 3566 888 3137 398 +Q 2709 -91 1959 -91 +Q 1206 -91 779 398 +Q 353 888 353 1747 +Q 353 2609 779 3096 +Q 1206 3584 1959 3584 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-77" d="M 269 3500 +L 844 3500 +L 1563 769 +L 2278 3500 +L 2956 3500 +L 3675 769 +L 4391 3500 +L 4966 3500 +L 4050 0 +L 3372 0 +L 2619 2869 +L 1863 0 +L 1184 0 +L 269 3500 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-69" d="M 603 3500 +L 1178 3500 +L 1178 0 +L 603 0 +L 603 3500 +z +M 603 4863 +L 1178 4863 +L 1178 4134 +L 603 4134 +L 603 4863 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-73" d="M 2834 3397 +L 2834 2853 +Q 2591 2978 2328 3040 +Q 2066 3103 1784 3103 +Q 1356 3103 1142 2972 +Q 928 2841 928 2578 +Q 928 2378 1081 2264 +Q 1234 2150 1697 2047 +L 1894 2003 +Q 2506 1872 2764 1633 +Q 3022 1394 3022 966 +Q 3022 478 2636 193 +Q 2250 -91 1575 -91 +Q 1294 -91 989 -36 +Q 684 19 347 128 +L 347 722 +Q 666 556 975 473 +Q 1284 391 1588 391 +Q 1994 391 2212 530 +Q 2431 669 2431 922 +Q 2431 1156 2273 1281 +Q 2116 1406 1581 1522 +L 1381 1569 +Q 847 1681 609 1914 +Q 372 2147 372 2553 +Q 372 3047 722 3315 +Q 1072 3584 1716 3584 +Q 2034 3584 2315 3537 +Q 2597 3491 2834 3397 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-68" d="M 3513 2113 +L 3513 0 +L 2938 0 +L 2938 2094 +Q 2938 2591 2744 2837 +Q 2550 3084 2163 3084 +Q 1697 3084 1428 2787 +Q 1159 2491 1159 1978 +L 1159 0 +L 581 0 +L 581 4863 +L 1159 4863 +L 1159 2956 +Q 1366 3272 1645 3428 +Q 1925 3584 2291 3584 +Q 2894 3584 3203 3211 +Q 3513 2838 3513 2113 +z +" transform="scale(0.015625)"/> + </defs> + <use xlink:href="#DejaVuSans-62"/> + <use xlink:href="#DejaVuSans-6c" x="63.476562"/> + <use xlink:href="#DejaVuSans-6f" x="91.259766"/> + <use xlink:href="#DejaVuSans-77" x="152.441406"/> + <use xlink:href="#DejaVuSans-66" x="234.228516"/> + <use xlink:href="#DejaVuSans-69" x="269.433594"/> + <use xlink:href="#DejaVuSans-73" x="297.216797"/> + <use xlink:href="#DejaVuSans-68" x="349.316406"/> + </g> + </g> + </g> + <g id="text_8"> + <g clip-path="url(#p24c674e8fe)"> + <!-- fishfinger --> + <g transform="translate(542.122588 459.614377) scale(0.12 -0.12)"> + <defs> + <path id="DejaVuSans-6e" d="M 3513 2113 +L 3513 0 +L 2938 0 +L 2938 2094 +Q 2938 2591 2744 2837 +Q 2550 3084 2163 3084 +Q 1697 3084 1428 2787 +Q 1159 2491 1159 1978 +L 1159 0 +L 581 0 +L 581 3500 +L 1159 3500 +L 1159 2956 +Q 1366 3272 1645 3428 +Q 1925 3584 2291 3584 +Q 2894 3584 3203 3211 +Q 3513 2838 3513 2113 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-67" d="M 2906 1791 +Q 2906 2416 2648 2759 +Q 2391 3103 1925 3103 +Q 1463 3103 1205 2759 +Q 947 2416 947 1791 +Q 947 1169 1205 825 +Q 1463 481 1925 481 +Q 2391 481 2648 825 +Q 2906 1169 2906 1791 +z +M 3481 434 +Q 3481 -459 3084 -895 +Q 2688 -1331 1869 -1331 +Q 1566 -1331 1297 -1286 +Q 1028 -1241 775 -1147 +L 775 -588 +Q 1028 -725 1275 -790 +Q 1522 -856 1778 -856 +Q 2344 -856 2625 -561 +Q 2906 -266 2906 331 +L 2906 616 +Q 2728 306 2450 153 +Q 2172 0 1784 0 +Q 1141 0 747 490 +Q 353 981 353 1791 +Q 353 2603 747 3093 +Q 1141 3584 1784 3584 +Q 2172 3584 2450 3431 +Q 2728 3278 2906 2969 +L 2906 3500 +L 3481 3500 +L 3481 434 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-65" d="M 3597 1894 +L 3597 1613 +L 953 1613 +Q 991 1019 1311 708 +Q 1631 397 2203 397 +Q 2534 397 2845 478 +Q 3156 559 3463 722 +L 3463 178 +Q 3153 47 2828 -22 +Q 2503 -91 2169 -91 +Q 1331 -91 842 396 +Q 353 884 353 1716 +Q 353 2575 817 3079 +Q 1281 3584 2069 3584 +Q 2775 3584 3186 3129 +Q 3597 2675 3597 1894 +z +M 3022 2063 +Q 3016 2534 2758 2815 +Q 2500 3097 2075 3097 +Q 1594 3097 1305 2825 +Q 1016 2553 972 2059 +L 3022 2063 +z +" transform="scale(0.015625)"/> + </defs> + <use xlink:href="#DejaVuSans-66"/> + <use xlink:href="#DejaVuSans-69" x="35.205078"/> + <use xlink:href="#DejaVuSans-73" x="62.988281"/> + <use xlink:href="#DejaVuSans-68" x="115.087891"/> + <use xlink:href="#DejaVuSans-66" x="178.466797"/> + <use xlink:href="#DejaVuSans-69" x="213.671875"/> + <use xlink:href="#DejaVuSans-6e" x="241.455078"/> + <use xlink:href="#DejaVuSans-67" x="304.833984"/> + <use xlink:href="#DejaVuSans-65" x="368.310547"/> + <use xlink:href="#DejaVuSans-72" x="429.833984"/> + </g> + </g> + </g> + <g id="text_9"> + <!-- Wireguard Full-Mesh Network --> + <g style="fill: #333333" transform="translate(242.625 -6) scale(0.16 -0.16)"> + <defs> + <path id="DejaVuSans-57" d="M 213 4666 +L 850 4666 +L 1831 722 +L 2809 4666 +L 3519 4666 +L 4500 722 +L 5478 4666 +L 6119 4666 +L 4947 0 +L 4153 0 +L 3169 4050 +L 2175 0 +L 1381 0 +L 213 4666 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-75" d="M 544 1381 +L 544 3500 +L 1119 3500 +L 1119 1403 +Q 1119 906 1312 657 +Q 1506 409 1894 409 +Q 2359 409 2629 706 +Q 2900 1003 2900 1516 +L 2900 3500 +L 3475 3500 +L 3475 0 +L 2900 0 +L 2900 538 +Q 2691 219 2414 64 +Q 2138 -91 1772 -91 +Q 1169 -91 856 284 +Q 544 659 544 1381 +z +M 1991 3584 +L 1991 3584 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-61" d="M 2194 1759 +Q 1497 1759 1228 1600 +Q 959 1441 959 1056 +Q 959 750 1161 570 +Q 1363 391 1709 391 +Q 2188 391 2477 730 +Q 2766 1069 2766 1631 +L 2766 1759 +L 2194 1759 +z +M 3341 1997 +L 3341 0 +L 2766 0 +L 2766 531 +Q 2569 213 2275 61 +Q 1981 -91 1556 -91 +Q 1019 -91 701 211 +Q 384 513 384 1019 +Q 384 1609 779 1909 +Q 1175 2209 1959 2209 +L 2766 2209 +L 2766 2266 +Q 2766 2663 2505 2880 +Q 2244 3097 1772 3097 +Q 1472 3097 1187 3025 +Q 903 2953 641 2809 +L 641 3341 +Q 956 3463 1253 3523 +Q 1550 3584 1831 3584 +Q 2591 3584 2966 3190 +Q 3341 2797 3341 1997 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-64" d="M 2906 2969 +L 2906 4863 +L 3481 4863 +L 3481 0 +L 2906 0 +L 2906 525 +Q 2725 213 2448 61 +Q 2172 -91 1784 -91 +Q 1150 -91 751 415 +Q 353 922 353 1747 +Q 353 2572 751 3078 +Q 1150 3584 1784 3584 +Q 2172 3584 2448 3432 +Q 2725 3281 2906 2969 +z +M 947 1747 +Q 947 1113 1208 752 +Q 1469 391 1925 391 +Q 2381 391 2643 752 +Q 2906 1113 2906 1747 +Q 2906 2381 2643 2742 +Q 2381 3103 1925 3103 +Q 1469 3103 1208 2742 +Q 947 2381 947 1747 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-20" transform="scale(0.015625)"/> + <path id="DejaVuSans-46" d="M 628 4666 +L 3309 4666 +L 3309 4134 +L 1259 4134 +L 1259 2759 +L 3109 2759 +L 3109 2228 +L 1259 2228 +L 1259 0 +L 628 0 +L 628 4666 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-2d" d="M 313 2009 +L 1997 2009 +L 1997 1497 +L 313 1497 +L 313 2009 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-4d" d="M 628 4666 +L 1569 4666 +L 2759 1491 +L 3956 4666 +L 4897 4666 +L 4897 0 +L 4281 0 +L 4281 4097 +L 3078 897 +L 2444 897 +L 1241 4097 +L 1241 0 +L 628 0 +L 628 4666 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-4e" d="M 628 4666 +L 1478 4666 +L 3547 763 +L 3547 4666 +L 4159 4666 +L 4159 0 +L 3309 0 +L 1241 3903 +L 1241 0 +L 628 0 +L 628 4666 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-74" d="M 1172 4494 +L 1172 3500 +L 2356 3500 +L 2356 3053 +L 1172 3053 +L 1172 1153 +Q 1172 725 1289 603 +Q 1406 481 1766 481 +L 2356 481 +L 2356 0 +L 1766 0 +Q 1100 0 847 248 +Q 594 497 594 1153 +L 594 3053 +L 172 3053 +L 172 3500 +L 594 3500 +L 594 4494 +L 1172 4494 +z +" transform="scale(0.015625)"/> + <path id="DejaVuSans-6b" d="M 581 4863 +L 1159 4863 +L 1159 1991 +L 2875 3500 +L 3609 3500 +L 1753 1863 +L 3688 0 +L 2938 0 +L 1159 1709 +L 1159 0 +L 581 0 +L 581 4863 +z +" transform="scale(0.015625)"/> + </defs> + <use xlink:href="#DejaVuSans-57"/> + <use xlink:href="#DejaVuSans-69" x="96.626953"/> + <use xlink:href="#DejaVuSans-72" x="124.410156"/> + <use xlink:href="#DejaVuSans-65" x="163.273438"/> + <use xlink:href="#DejaVuSans-67" x="224.796875"/> + <use xlink:href="#DejaVuSans-75" x="288.273438"/> + <use xlink:href="#DejaVuSans-61" x="351.652344"/> + <use xlink:href="#DejaVuSans-72" x="412.931641"/> + <use xlink:href="#DejaVuSans-64" x="452.294922"/> + <use xlink:href="#DejaVuSans-20" x="515.771484"/> + <use xlink:href="#DejaVuSans-46" x="547.558594"/> + <use xlink:href="#DejaVuSans-75" x="599.578125"/> + <use xlink:href="#DejaVuSans-6c" x="662.957031"/> + <use xlink:href="#DejaVuSans-6c" x="690.740234"/> + <use xlink:href="#DejaVuSans-2d" x="718.523438"/> + <use xlink:href="#DejaVuSans-4d" x="754.607422"/> + <use xlink:href="#DejaVuSans-65" x="840.886719"/> + <use xlink:href="#DejaVuSans-73" x="902.410156"/> + <use xlink:href="#DejaVuSans-68" x="954.509766"/> + <use xlink:href="#DejaVuSans-20" x="1017.888672"/> + <use xlink:href="#DejaVuSans-4e" x="1049.675781"/> + <use xlink:href="#DejaVuSans-65" x="1124.480469"/> + <use xlink:href="#DejaVuSans-74" x="1186.003906"/> + <use xlink:href="#DejaVuSans-77" x="1225.212891"/> + <use xlink:href="#DejaVuSans-6f" x="1307"/> + <use xlink:href="#DejaVuSans-72" x="1368.181641"/> + <use xlink:href="#DejaVuSans-6b" x="1409.294922"/> + </g> + </g> + </g> + </g> + <defs> + <clipPath id="p24c674e8fe"> + <rect x="0" y="0" width="720" height="576"/> + </clipPath> + </defs> +</svg> |
