{% extends "baseTemplate/index.html" %} {% load static %} {% block title %}DNS Records{% endblock %} {% block styles %} {% endblock %} {% block content %}

DNS Records

Add, edit and delete records. Every change bumps the zone's SOA serial and notifies secondaries.

All zones

Bumped automatically on every change below.

Add a record

Use @ for the zone apex, or a label such as www.

Lower wins. 10 is the usual MX value.

Records

Name Type Value Prio TTL Actions

This zone has no records

Add one above, or recreate the zone with the default template.

Propagation check

Queries public resolvers, not this server, so it reports what the outside world currently sees.

— every resolver matches this server. not yet matching everywhere.

This server publishes: nothing of that type.

TTL s

Choose a zone

Pick one of your DNS zones above to edit its records.

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