@gibme/dns
    Preparing search index...

    Class CSYNC

    Encoder for DNS CSYNC (Child-to-Parent Synchronization) resource records (Type 62).

    Indicates which records in a child zone should be synchronized to the parent.

    RFC 7477

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 62

    IANA resource record type identifier

    Methods

    • Decodes a CSYNC record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader positioned at the CSYNC RDATA

      Returns CSYNC.Record

      the decoded CSYNC record

    • Encodes a CSYNC record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer to encode into

      • data: CSYNC.Record

        the CSYNC record to encode

      Returns void