From e2517823d8cacd639e0ec961681fa958239ce430 Mon Sep 17 00:00:00 2001 From: Ruediger Klaehn Date: Wed, 28 Jan 2026 13:59:36 +0200 Subject: [PATCH] Update date for Tor transport blog post --- src/app/blog/tor-custom-transport/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/tor-custom-transport/page.mdx b/src/app/blog/tor-custom-transport/page.mdx index a2fff9ba..8c57c760 100644 --- a/src/app/blog/tor-custom-transport/page.mdx +++ b/src/app/blog/tor-custom-transport/page.mdx @@ -4,7 +4,7 @@ import {ThemeImage} from '@/components/ThemeImage' export const post = { draft: false, author: 'RĂ¼diger Klaehn', - date: '2026-01-22', + date: '2026-01-27', title: 'Use iroh with Tor for anonymous connections', description: 'We combine the privacy of Tor onion services with the performance of Iroh via a custom transport.',