IrohEndpointInfo interface

Signature:

export interface IrohEndpointInfo

Properties

Property Type Description

allowAnyPeer

boolean

allowedPeers

string[]

connections

number

directAddrs

string[]

Bound socket addresses ("ip:port") — direct-dial hints for LAN use.

nodeId

string

The endpoint’s public key (64-char hex) — dial it as iroh://.

relayMode

string

'default' | 'disabled' | 'custom'

relayUrls

string[]

Self-hosted relay URLs when relayMode is 'custom'.