@gibme/dns
    Preparing search index...

    Class AAAA

    Encoder for DNS AAAA (IPv6 Address) resource records (Type 28).

    Maps a domain name to an IPv6 address.

    RFC 3596 Section 2.2

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 28

    IANA resource record type identifier

    Methods

    • Decodes an AAAA record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns string

      the decoded IPv6 address string

    • Encodes an AAAA record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • address: string

        the IPv6 address string

      Returns void