Document relay and mDNS direction
This commit is contained in:
parent
ebc40ed208
commit
8334cc5e00
3 changed files with 24 additions and 3 deletions
|
|
@ -26,6 +26,11 @@ a transitive `ed25519-dalek` prerelease dependency. `geth-iroh` wraps
|
|||
material, and shuts down through `Endpoint::close().await`. Relay mode defaults
|
||||
to disabled until daemon policy and discovery are implemented.
|
||||
|
||||
The target product should use Iroh relay support for practical internet
|
||||
connectivity and mDNS/LAN discovery for local networks. These are connectivity
|
||||
and candidate-discovery mechanisms only. They do not grant trust, mutate
|
||||
authorization state, or make EndpointID knowledge sufficient for access.
|
||||
|
||||
The daemon starts this endpoint during `geth daemon run` and keeps it alive for
|
||||
the daemon lifetime. When endpoint startup succeeds, the Iroh EndpointID is
|
||||
recorded as a transport binding for the stable geth node identity. If local UDP
|
||||
|
|
|
|||
Loading…
Reference in a new issue