struct tapi_dns_zone_file_rr_ns

Overview

Describe RDATA field of resource record of NS type. More…

#include <tapi_dns_zone_file.h>

struct tapi_dns_zone_file_rr_ns {
    // fields

    const char* nsdname;
};

Detailed Documentation

Describe RDATA field of resource record of NS type.

Fields

const char* nsdname

A domain name which specifies a host which should be authoritative for the specified class and domain.