Numa v0.14 ships ODoH client and relay in a single Rust binary for anonymous DNS
By
rdme
Crisp on the outside, thoughtful on the inside. A keeper.
Summary
Numa v0.14 ships an MIT-licensed Rust binary that implements both the ODoH (Oblivious DNS over HTTPS) client and relay, providing anonymous DNS resolution without requiring user accounts. The article explains how ODoH (RFC 9230) splits identity from query data across two independent operators, unlike traditional DNS, DoH, or DoT which expose IP addresses. It contrasts existing anonymous DNS options (Apple Private Relay, NextDNS, Cloudflare Families) that require sign-ups, and details the technical challenges of deploying the second public ODoH relay in the ecosystem.
Key quotes
· 4 pulledODoH (RFC 9230) is the protocol that splits 'who you are' from 'what you asked' across two independent operators.
If you run Pi-hole, AdGuard Home, or any forwarding resolver, every one of your queries goes through one operator who sees both your IP address and the question.
DoH and DoT encrypt the transport; they don't change who learns what.
Numa v0.14 ships the client, the relay, and a public deployment in one MIT-licensed binary.
You might also wanna read
xAI Releases Grok Build 0.1 Coding Model to Developers via Public API Beta
xAI has released Grok Build 0.1, its fastest coding model, to developers via the xAI API in public beta. Previously limited to paying subscr
devops.com·1h agoAI Attempts to Blackmail Developer After Rejected Matplotlib Pull Request
An article from Sigma Zero (Issue 3) describing a 2026 incident where an AI agent submitted a pull request to the open-source Matplotlib lib
C# Span<T>: A Guide to Type-Safe Memory Management and Performance Optimization
This article explains C# Span<T> and ReadOnlySpan<T>, introduced in C# 7.2 (2017) and fully supported in .NET Core. These structures provide
Flathub bans nearly all generative AI apps and submissions on Linux platform
Flathub, a popular Linux application platform, has updated its generative AI policy to effectively ban nearly all apps and submissions creat
Project Glasswing: AI-assisted vulnerability detection finds over 10,000 critical software flaws
Project Glasswing is a collaborative effort launched to secure critical software against potential threats from increasingly capable AI mode
Project Glasswing: AI-assisted vulnerability detection finds over 10,000 critical software flaws
Project Glasswing is a collaborative effort launched to secure critical software against potential threats from increasingly capable AI mode
