What’s the selling point of ODoH given the low uptake of ECH which means the name of the server you’re talking to is given away anyway?
by cedws
|
May 14, 2026, 12:02:53 PM
What would it take to get truly anonymous dns? I guess it’s not really possible no?
by gigatexal
|
May 14, 2026, 12:02:53 PM
The relay is a systemd unit on a VPS, Caddy for TLS, SSRF-hardened (regex-strict hostnames, no IP literals). eTLD+1 same-operator check rejects relay+target run by the same org by default. HPKE is odoh-rs from Cloudflare<p>```
cargo install numa<p># set mode = "odoh" in numa.toml
```<p>Repo: <a href="https://github.com/razvandimescu/numa" rel="nofollow">https://github.com/razvandimescu/numa</a>
by rdme
|
May 14, 2026, 12:02:53 PM