Advertise signed peer cards on LAN
This commit is contained in:
parent
b0f208b05a
commit
d5a548182b
10 changed files with 306 additions and 7 deletions
|
|
@ -49,8 +49,10 @@ them. `geth peer ping <node-id>` dials an imported peer card over Iroh and
|
|||
exchanges signed peer-card metadata. `geth peer auth-check <node-id>
|
||||
<resource> <capability>` sends a protected Iroh control request that validates
|
||||
the caller's signed peer card against the actual Iroh EndpointID before
|
||||
evaluating resource-local capabilities. Automatic signed peer-card
|
||||
advertisement over LAN discovery remains separate future work.
|
||||
evaluating resource-local capabilities. When local discovery is enabled, the
|
||||
daemon also advertises and discovers signed peer cards through a geth-specific
|
||||
mDNS service. The LAN payload is TXT-encoded signed metadata only; remote geth
|
||||
traffic still uses Iroh.
|
||||
|
||||
Peer cards are the discovery payload. A peer card carries node ID, agent ID,
|
||||
endpoint candidates, timestamp, signing public key, and an Ed25519 signature
|
||||
|
|
|
|||
Loading…
Reference in a new issue