Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Pick<IPowerDNSZone, "name" | "kind">
  • Pick<Partial<IPowerDNSZone>, "dnssec" | "api_rectify" | "soa_edit" | "soa_edit_api" | "slave_tsig_key_ids" | "masters">
    • IPowerDNSZoneCreate

Index

Properties

api_rectify?: boolean

Whether or not the zone will be rectified on data changes via the API

dnssec?: boolean

Whether or not this zone is DNSSEC signed (inferred from presigned being true XOR presence of at least one cryptokey with active being true)

Zone kind, one of "Native", "Master" and "Slave"

masters?: string[]

List of IP addresses configured as a master for this zone (“Slave” type zones only)

name: string

Name of the zone (e.g. "example.com."). MUST have a trailing dot

slave_tsig_key_ids?: string[]

The id of the TSIG keys used for slave operation in this zone

link

https://doc.powerdns.com/authoritative/tsig.html#provisioning-signed-notification-and-axfr-requests

soa_edit?: string

The SOA-EDIT metadata item

soa_edit_api?: string

The SOA-EDIT-API metadata item

Generated using TypeDoc