@gibme/dns
    Preparing search index...

    Type Alias Record

    type Record = {
        algorithm: string;
        error: number;
        expiration: number;
        inception: number;
        key: Buffer;
        mode: number;
        other: Buffer;
    }
    Index

    Properties

    algorithm: string

    Name of the key agreement algorithm

    error: number

    Error code

    expiration: number

    Key expiration time (Unix timestamp)

    inception: number

    Key inception time (Unix timestamp)

    key: Buffer

    Key exchange data

    mode: number

    Key agreement mode (1=server, 2=DH, 3=GSS-API, 4=resolver, 5=delete)

    other: Buffer

    Additional data