Applesauce
    Preparing search index...

    A bunker:// URI

    type BunkerURI = {
        bunkerSecret?: string;
        relays: string[];
        remote: string;
        secret?: string;
    }
    Index

    Properties

    bunkerSecret?: string

    The secret used to authorize the connection to the bunker (the secret in a bunker:// URI)

    relays: string[]
    remote: string
    secret?: string

    Use bunkerSecret instead