@gibme/dns
    Preparing search index...

    Type Alias Object

    type Object = {
        class?: RCLASS;
        name: string;
        qu?: boolean;
        type: RTYPE;
    }
    Index

    Properties

    Properties

    class?: RCLASS

    The resource record class

    IN

    name: string

    The name of the resource

    qu?: boolean

    For multicast questions, whether the response should be sent back via unicast

    type: RTYPE

    The resource record type