The base type for all DNS entries

Hierarchy (View Summary)

Constructors

Properties

Accessors

Methods

Constructors

Properties

name: string

The name of this record. Must be a FQDN.

For example for a cname: test.mydomain.com

For an a: mydomain.com

type: DNSTypes

The type of this record. For example:

  • A
  • CNAME
  • MX
  • NS

Accessors

Methods

  • Compares the non identity values to determine if the values match. True if values match, else false.

    Parameters

    Returns boolean

    true if values match, else false