URI: 
       a few text improvements and image scaling - www.codemadness.org - www.codemadness.org saait content files
  HTML git clone git://git.codemadness.org/www.codemadness.org
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 8f6aceaffb3ccc5784571dd8c18e1480ce402327
   DIR parent cd5982cae1a2a99ab0642a26d46a942182e9c5e6
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 27 Mar 2026 16:48:32 +0100
       
       a few text improvements and image scaling
       
       Diffstat:
         M output/atom_content.xml             |      10 +++++-----
         M output/atom_content_gopher.xml      |      10 +++++-----
         M output/jsonfeed_content.json        |       2 +-
         M output/jsonfeed_content_gopher.json |       2 +-
         M output/phlog/wireguard              |      11 ++++++-----
         M output/rss_content.xml              |      10 +++++-----
         M output/rss_content_gopher.xml       |      10 +++++-----
         M output/sfeed_content.tsv            |       2 +-
         M output/sfeed_content_gopher.tsv     |       2 +-
         M output/wireguard.html               |      10 +++++-----
         M output/wireguard.md                 |      11 ++++++-----
         M pages/wireguard.md                  |      11 ++++++-----
       
       12 files changed, 47 insertions(+), 44 deletions(-)
       ---
   DIR diff --git a/output/atom_content.xml b/output/atom_content.xml
       @@ -121,8 +121,8 @@ information such as the private key make sure to share the image in a safe way
        and/or destroy it immediately.</p>
        <p><img src="downloads/openbsd-wg/client-example-qr.png" alt="QR code image" /></p>
        <p>If the QR code contains a private key, make sure to destroy it "Inspector Gadget"-style.</p>
       -<p><img src="downloads/openbsd-wg/inspector_gadget.jpg" alt="inspector Gadget reading self-destruct message" />
       -<a href="downloads/openbsd-wg/inspector_gadget.webm">Inspector Gadget, self-destruct</a></p>
       +<p><img src="downloads/openbsd-wg/inspector_gadget.jpg" alt="inspector Gadget reading self-destruct message" width="320" height="240" loading="lazy" /></p>
       +<p><a href="downloads/openbsd-wg/inspector_gadget.webm">Inspector Gadget, self-destruct video clip</a></p>
        <p>Now scan the generated image to import the config.</p>
        <h1>Option: "Import from file or archive"</h1>
        <p>Import a text .conf file or archive (ZIP) file containing one or more configs.</p>
       @@ -178,9 +178,9 @@ DNS and routing settings easily.</p>
        <p>Generate a private key:</p>
        <pre><code>$ openssl genpkey -algorithm X25519 -outform DER -out private.der
        </code></pre>
       -<p>Now extracts the last 32 bytes which has the actual private key (the first
       -ASN.1 DER encoded bytes contain metadata information). Convert the actual key
       -(partly truncated) data to base64.</p>
       +<p>Now extract the last 32 bytes which has part of the actual private key (the
       +first ASN.1 DER encoded bytes contain metadata information). Convert the actual
       +key (partly truncated) data to base64.</p>
        <p>Run:</p>
        <pre><code>$ tail -c 32 private.der | openssl enc -a -A &gt; private.key
        </code></pre>
   DIR diff --git a/output/atom_content_gopher.xml b/output/atom_content_gopher.xml
       @@ -121,8 +121,8 @@ information such as the private key make sure to share the image in a safe way
        and/or destroy it immediately.</p>
        <p><img src="downloads/openbsd-wg/client-example-qr.png" alt="QR code image" /></p>
        <p>If the QR code contains a private key, make sure to destroy it "Inspector Gadget"-style.</p>
       -<p><img src="downloads/openbsd-wg/inspector_gadget.jpg" alt="inspector Gadget reading self-destruct message" />
       -<a href="downloads/openbsd-wg/inspector_gadget.webm">Inspector Gadget, self-destruct</a></p>
       +<p><img src="downloads/openbsd-wg/inspector_gadget.jpg" alt="inspector Gadget reading self-destruct message" width="320" height="240" loading="lazy" /></p>
       +<p><a href="downloads/openbsd-wg/inspector_gadget.webm">Inspector Gadget, self-destruct video clip</a></p>
        <p>Now scan the generated image to import the config.</p>
        <h1>Option: "Import from file or archive"</h1>
        <p>Import a text .conf file or archive (ZIP) file containing one or more configs.</p>
       @@ -178,9 +178,9 @@ DNS and routing settings easily.</p>
        <p>Generate a private key:</p>
        <pre><code>$ openssl genpkey -algorithm X25519 -outform DER -out private.der
        </code></pre>
       -<p>Now extracts the last 32 bytes which has the actual private key (the first
       -ASN.1 DER encoded bytes contain metadata information). Convert the actual key
       -(partly truncated) data to base64.</p>
       +<p>Now extract the last 32 bytes which has part of the actual private key (the
       +first ASN.1 DER encoded bytes contain metadata information). Convert the actual
       +key (partly truncated) data to base64.</p>
        <p>Run:</p>
        <pre><code>$ tail -c 32 private.der | openssl enc -a -A &gt; private.key
        </code></pre>
   DIR diff --git a/output/jsonfeed_content.json b/output/jsonfeed_content.json
       @@ -8,7 +8,7 @@
                "title": "Wireguard on OpenBSD for use as a mobile VPN",
                "url": "https://www.codemadness.org/wireguard.html",
                "authors": [{"name": "Hiltjo"}],
codemadness.org:70 /git/www.codemadness.org/commit/8f6aceaffb3ccc5784571dd8c18e1480ce402327.gph:87: line too long