From f86336c06937afa4a0b62029d08b1d4b42d8c303 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 Jan 2026 22:24:41 +0200 Subject: 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 --- gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gemfeed') 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. -- cgit v1.2.3