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.
This commit is contained in:
Razvan Dimescu
2026-04-23 08:53:35 +03:00
parent c787de1548
commit 96cf778bea

View File

@@ -43,7 +43,7 @@ api_port = 5380
# refuses same-operator relay+target configs by default (eTLD+1 check). # refuses same-operator relay+target configs by default (eTLD+1 check).
# [upstream] # [upstream]
# mode = "odoh" # mode = "odoh"
# relay = "https://odoh-relay.numa.rs/proxy" # relay = "https://odoh-relay.numa.rs/relay"
# target = "https://odoh.cloudflare-dns.com/dns-query" # target = "https://odoh.cloudflare-dns.com/dns-query"
# strict = true # default: refuse to downgrade to `fallback` # strict = true # default: refuse to downgrade to `fallback`
# # on relay failure. Set false to allow a # # on relay failure. Set false to allow a