@number0/iroh
    Preparing search index...

    Interface IncomingLocalAddr

    The local address that received an incoming connection.

    interface IncomingLocalAddr {
        addr?: string;
        description?: string;
        kind: string;
    }
    Index
    addr?: string
    description?: string
    kind: string

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