<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>223.IM</title><description>Ideas in Motion</description><link>https://223.im/</link><language>en-US</language><item><title>WireGuard Architecture Notes</title><link>https://223.im/posts/wireguard-architecture/</link><guid isPermaLink="true">https://223.im/posts/wireguard-architecture/</guid><description>A structured seed article for future notes on WireGuard architecture, routing design, key management and operational trade-offs.</description><pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h1&gt;WireGuard Architecture Notes&lt;/h1&gt;
&lt;p&gt;This seed article establishes the future structure for a practical WireGuard
architecture reference. It is intentionally concise in the first release, but it
keeps the shape of the final article visible.&lt;/p&gt;
&lt;h2&gt;Scope&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Peer identity and public key mapping&lt;/li&gt;
&lt;li&gt;AllowedIPs as both routing policy and access boundary&lt;/li&gt;
&lt;li&gt;Site-to-site, remote access and hub-and-spoke patterns&lt;/li&gt;
&lt;li&gt;NAT traversal and endpoint roaming&lt;/li&gt;
&lt;li&gt;Operational risks around key rotation and route leakage&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Reference Architecture&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;flowchart LR
  Engineer[Engineer Laptop] --&amp;gt; Edge[WireGuard Edge]
  Branch[Branch Router] --&amp;gt; Edge
  Edge --&amp;gt; Services[Internal Services]
  Edge --&amp;gt; Observability[Logs and Metrics]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Future Notes&lt;/h2&gt;
&lt;p&gt;The complete article should compare WireGuard with IPSec and SSL VPN designs,
then document operational practices for routing, monitoring and incident
response.&lt;/p&gt;
</content:encoded></item></channel></rss>