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

Delete DNS Zone

Removes a zone and every record inside it from PowerDNS.

Deleting a zone is immediate and cannot be undone. Mail, websites and certificates that depend on its records will stop resolving as soon as caches expire.

Select a zone

You have no DNS zones to delete.

Zone
Type
Owner
Records
SOA serial
{% endblock %} {% block scripts %} {% endblock %}