@number0/iroh
    Preparing search index...

    Interface IncomingAddr

    Where an incoming connection came from.

    interface IncomingAddr {
        addr?: string;
        description?: string;
        endpointId?: string;
        kind: string;
    }
    Index
    addr?: string

    ip:port for ip, relay URL for relay.

    description?: string

    Debug description (custom only).

    endpointId?: string

    Remote endpoint id (relay only).

    kind: string

    One of "ip" | "relay" | "custom".