summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-11 22:24:41 +0200
committerPaul Buetow <paul@buetow.org>2026-01-11 22:24:41 +0200
commitf86336c06937afa4a0b62029d08b1d4b42d8c303 (patch)
tree3f0cb7149d426244c2d10c5d00295255ecc7a087 /gemfeed
parent27852f56299a59900826e96a7ac196a08d995438 (diff)
Add earth and pixel7pro to generation output examples
Updated rake generate output and keys listing to include: - dist/earth/etc/wireguard/wg0.conf generation - dist/pixel7pro/etc/wireguard/wg0.conf generation - PSK keys for earth and pixel7pro with blowfish and fishfinger - Private/public keys for earth and pixel7pro This completes the integration of roaming clients into all output examples throughout the blog post. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi.tpl10
1 files changed, 10 insertions, 0 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 1cdbe144..c656fbf1 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
@@ -601,6 +601,8 @@ Generating dist/r1/etc/wireguard/wg0.conf
Generating dist/r2/etc/wireguard/wg0.conf
Generating dist/blowfish/etc/wireguard/wg0.conf
Generating dist/fishfinger/etc/wireguard/wg0.conf
+Generating dist/earth/etc/wireguard/wg0.conf
+Generating dist/pixel7pro/etc/wireguard/wg0.conf
```
It generated all the `wg0.conf` files listed in the output, plus those keys:
@@ -637,6 +639,10 @@ keys/psk/fishfinger_r1.key
keys/psk/blowfish_r2.key
keys/psk/fishfinger_r2.key
keys/psk/blowfish_fishfinger.key
+keys/psk/blowfish_earth.key
+keys/psk/earth_fishfinger.key
+keys/psk/blowfish_pixel7pro.key
+keys/psk/fishfinger_pixel7pro.key
keys/f1/priv.key
keys/f1/pub.key
keys/f2/priv.key
@@ -651,6 +657,10 @@ keys/blowfish/priv.key
keys/blowfish/pub.key
keys/fishfinger/priv.key
keys/fishfinger/pub.key
+keys/earth/priv.key
+keys/earth/pub.key
+keys/pixel7pro/priv.key
+keys/pixel7pro/pub.key
```
Those keys are embedded in the resulting `wg0.conf`, so later, we only need to install the `wg0.conf` files and not all the keys individually.