From bcb241d6196c4aed10c014ca766c5fd4b9be0929 Mon Sep 17 00:00:00 2001 From: acul71 Date: Mon, 7 Sep 2026 00:29:17 +0200 Subject: [PATCH] Add wg multiaddr codec (0x01c7) Reserve draft code 0x01c7 for WireGuard tunnel endpoints, between noise (0x01c6) and shs (0x01c8). Co-authored-by: Cursor --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 34f6220..3d4baa7 100644 --- a/table.csv +++ b/table.csv @@ -127,6 +127,7 @@ garlic32, multiaddr, 0x01bf, draft, I2P tls, multiaddr, 0x01c0, draft, sni, multiaddr, 0x01c1, draft, Server Name Indication RFC 6066 ยง 3 noise, multiaddr, 0x01c6, draft, +wg, multiaddr, 0x01c7, draft, WireGuard tunnel endpoint - 32-byte Curve25519 public key shs, multiaddr, 0x01c8, draft, Secure Scuttlebutt - Secret Handshake Stream quic, multiaddr, 0x01cc, permanent, quic-v1, multiaddr, 0x01cd, permanent,