docs(config): fix ODoH relay path in numa.toml example #139

Merged
razvandimescu merged 1 commits from fix/odoh-relay-doc-path into main 2026-04-23 13:58:53 +08:00

1 Commits

Author SHA1 Message Date
Razvan Dimescu
96cf778bea docs(config): fix ODoH relay path in numa.toml example
The example in `numa.toml` pointed at `https://odoh-relay.numa.rs/proxy`,
but the relay only serves the ODoH endpoint at `/relay` (every other
reference in the tree — `src/config.rs` docs and tests, and
`packaging/client/numa.toml` — uses `/relay`). Users who copied the
example got `404 Not Found` on every query and SERVFAIL at the client.

Reported in #138.
2026-04-23 08:53:35 +03:00