summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-17 00:14:42 +0200
committerPaul Buetow <paul@buetow.org>2026-01-17 00:14:42 +0200
commitcbb40b4689c94ba2e5fa7802c6cebf219f7aa892 (patch)
treef36a58bbfc7673c0ba6e44c1352a8a15c9b22740
parent857553d40033b57b8bcabc51dbe7e13095c8f71c (diff)
Fix invalid Gemtext formatting in blog part 5
Removed invalid Gemtext formatting: - Changed #### headers to plain text with colons (Gemtext only supports # ## ###) - Removed ** bold formatting (Gemtext has no inline formatting) Gemtext is a minimal format with no support for inline bold/italic or 4-level headers. Changed to plain text formatting. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
-rw-r--r--gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi.tpl22
1 files changed, 11 insertions, 11 deletions
diff --git a/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi.tpl b/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi.tpl
index f8249c0c..a943dde8 100644
--- a/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi.tpl
+++ b/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi.tpl
@@ -1029,7 +1029,7 @@ up
!/usr/local/bin/wg setconf wg0 /etc/wireguard/wg0.conf
```
-**Important**: The IPv6 address must be specified before the `up` directive. This ensures the interface has both addresses configured before WireGuard peers are loaded.
+Important: The IPv6 address must be specified before the `up` directive. This ensures the interface has both addresses configured before WireGuard peers are loaded.
Apply the configuration:
@@ -1064,10 +1064,10 @@ The dual-stack configuration is backward compatible—hosts without the `ipv6` f
Adding IPv6 to the mesh network provides:
-* **Future-proofing**: Ready for IPv6-only services and networks
-* **Compatibility**: Dual-stack maintains full IPv4 compatibility
-* **Learning**: Hands-on experience with IPv6 networking
-* **Flexibility**: Roaming clients can access both IPv4 and IPv6 internet resources
+* Future-proofing: Ready for IPv6-only services and networks
+* Compatibility: Dual-stack maintains full IPv4 compatibility
+* Learning: Hands-on experience with IPv6 networking
+* Flexibility: Roaming clients can access both IPv4 and IPv6 internet resources
## Happy WireGuard-ing
@@ -1257,12 +1257,12 @@ The default configuration for roaming clients includes both gateways (blowfish a
To enable manual failover, separate configuration files can be created for roaming clients (earth laptop and pixel7pro phone), each containing only a single gateway peer. This provides explicit control over which gateway handles traffic.
-#### Configuration files for pixel7pro (phone)
+Configuration files for pixel7pro (phone):
Two separate configs in `/home/paul/git/wireguardmeshgenerator/dist/pixel7pro/etc/wireguard/`:
-* **wg0-blowfish.conf** - Routes all traffic through blowfish gateway (23.88.35.144)
-* **wg0-fishfinger.conf** - Routes all traffic through fishfinger gateway (46.23.94.99)
+* wg0-blowfish.conf - Routes all traffic through blowfish gateway (23.88.35.144)
+* wg0-fishfinger.conf - Routes all traffic through fishfinger gateway (46.23.94.99)
Generate QR codes for importing into the WireGuard Android app:
@@ -1273,12 +1273,12 @@ qrencode -t ansiutf8 < dist/pixel7pro/etc/wireguard/wg0-fishfinger.conf
Import both QR codes using the WireGuard app to create two separate tunnel profiles. You can then manually enable/disable each tunnel to select which gateway to use. Only enable one tunnel at a time.
-#### Configuration files for earth (laptop)
+Configuration files for earth (laptop):
Two separate configs in `/home/paul/git/wireguardmeshgenerator/dist/earth/etc/wireguard/`:
-* **wg0-blowfish.conf** - Routes all traffic through blowfish gateway
-* **wg0-fishfinger.conf** - Routes all traffic through fishfinger gateway
+* wg0-blowfish.conf - Routes all traffic through blowfish gateway
+* wg0-fishfinger.conf - Routes all traffic through fishfinger gateway
Install both configurations: