@gibme/dns
    Preparing search index...

    Type Alias Record

    type Record = {
        algorithm: number;
        flags: number;
        iterations: number;
        nextDomain: Buffer;
        salt: Buffer;
        types: RTYPE[];
    }
    Index

    Properties

    algorithm: number

    Hash algorithm (1=SHA-1)

    flags: number

    NSEC3 flags (bit 0: opt-out)

    iterations: number

    Number of additional hash iterations

    nextDomain: Buffer

    Hash of the next owner name

    salt: Buffer

    Salt value for the hash

    types: RTYPE[]

    Bitmap of record types at the hashed owner name