Skip to main content
The iroh-nym-transport crate routes iroh QUIC packets through the Nym mixnet, providing traffic analysis resistance by shuffling and delaying packets across a network of mix nodes. This is useful when you need stronger metadata privacy than Tor provides; the mixnet obscures not just your IP address, but also communication patterns and timing.
Both iroh’s custom transport API and this crate are experimental. Expect breaking changes.

Installation

Usage

Calling clear_ip_transports() disables QUIC over UDP so all traffic routes exclusively through the mixnet. You can only connect to other endpoints that also have the Nym transport enabled.

Performance characteristics

The mixnet intentionally introduces latency and limits throughput as part of its privacy guarantees: Nym is well suited for privacy-sensitive, latency-tolerant applications. It is not suitable for real-time communication or high-throughput file transfer.

Feature flag

Custom transport support must be enabled: