{% extends "baseTemplate/index.html" %} {% load static %} {% block title %}Slave Zones{% endblock %} {% block content %}

Slave Zones

Zones this server holds as a secondary. Their contents arrive over AXFR from a master and are never edited here.

Clustering
{# ------------------------------------------------------- add a zone #}

Add a slave zone

The zone apex, without a trailing dot.

Up to {{ maxMasters }} IP addresses, separated by spaces or commas. Add :port when the master does not listen on 53.

The zone is created empty on purpose — every record has to arrive over AXFR. The master must allow zone transfers from {{ serverIP }}, or the record count below stays at zero.

{# ---------------------------------------------------------- the list #}

Slave zones

Zone Masters Serial Records Last check Actions
owner: {$ zone.owner $}
none configured
empty

Loading slave zones…

No slave zones

This server holds no secondary zones. Add one to mirror a zone whose master lives elsewhere.

A slave zone is overwritten wholesale by the next transfer, so editing its records here is pointless — change them on the master. Deleting a slave zone removes every transferred record; the master is not touched.

{% endblock %} {% block scripts %} {% endblock %}