Skip to content

Global DNS Zones

The Global DNS Zones page is the cross-server view of every DNS zone served by the hub cluster, together with where each zone originates.

Global DNS Zones

Overview

URL: /admin/hub/dns-zones - under Cluster → Global DNS Zones

Every zone served by the hub cluster, with its origin across the fleet.

Use Filter by zone or source to search, and Refresh to re-read the current state.

Cluster members

Every server feeding the hub PowerDNS, with its sync status.

ColumnDescription
ServerMember name and address (for example the hub Staging Fleet, or a node named testing).
TypeMember role, such as hub.
StatusSync state, such as active.
ZonesNumber of zones the member contributes.
HowHow the member feeds the cluster, such as local (primary).
Last syncTime of the last successful sync.
ErrorThe last sync error, if any.

Zones

Below the members, every zone is listed with its provenance:

ColumnDescription
ZoneThe DNS zone (domain).
TypeZone type, such as MASTER.
SourceWhere the zone comes from, such as Hub (local) or an external source.
How obtainedFor example, Local master.
Transfer MasterThe transfer master for slaved zones, if any.
Check serialRow action that checks the zone's current serial.

Export and import a zone

Export

Export zone downloads any served zone as a standard BIND zone file, named <domain>.zone. The records are read back from the hub's own PowerDNS, so a mirrored zone exports exactly what the hub is serving rather than what a source once sent.

Import

Import zone loads a BIND zone file into a hub-local zone. The form offers:

  • BIND zone file (required) - up to 512 KB. A standard BIND zone file works, for example an export from cPanel, Plesk or another AdminBolt server.
  • Import mode (required) - Add to existing records, where duplicates are skipped, or Replace existing records, where the SOA record is kept and the NS records are kept when the file has none. Add is the default.
  • Preview - shown as soon as a file is selected. It lists what would be applied, and every line that cannot be applied with the reason: an unsupported record type, a record outside the zone, or a malformed line. TTLs outside the 60 to 86400 range are clamped, with a warning.

Warning: Import is available only for zones hosted on this panel. A mirrored zone, whether it comes from a node or an external source, cannot be imported into: its source stays authoritative and the next synchronisation would overwrite whatever you imported. Change such a zone at its source instead.

  • DNS Cluster - configure the unified nameservers, slave servers, and external sources that feed this view.