docs(config): ODoH upstream examples with relay_ip/target_ip pinning #130
Reference in New Issue
Block a user
Delete Branch "docs/numa-toml-odoh-examples"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
numa.toml(mode, relay, target, strict,relay_ip,target_ip).relay_ip/target_ipas the way to keep the bootstrap resolver from leaking the relay/target hostnames on cold boot when numa is its own system DNS (seedocs/implementation/bootstrap-resolver.md).Complements #122 / #126.
Test plan
numa.tomlparses cleanly (verified locally withpython3 -c "import tomllib; tomllib.load(...)"— commented block is inert, file still valid TOML).packaging/client/numa.tomlin #131 — that end-to-end path is verified in #131's test plan).