@gibme/dns
    Preparing search index...

    Class Question

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    class: RCLASS

    The resource record class (e.g. IN, CH, HS)

    name: string

    The domain name being queried

    qu: boolean

    Whether a unicast response is requested (mDNS)

    type: RTYPE

    The resource record type (e.g. A, AAAA, MX)

    Methods

    • Decodes a question from the supplied byte stream

      Parameters

      • buffer: Reader | Buffer<ArrayBufferLike>

      Returns Question