{% extends "base.html" %} {% load bootstrap %} {% block content %}

Domains (yours first, then public)

{% for domain in your_domains %} {% empty %} {% endfor %} {% for domain in public_domains %} {% empty %} {% endfor %}
Domain Public? Available? Owner Comment
{{ domain.domain }} {{ domain.public|yesno }} {{ domain.available|yesno }} {{ domain.created_by }} {{ domain.comment }}
No domains from you yet.
{{ domain.domain }} {{ domain.public|yesno }} {{ domain.available|yesno }} {{ domain.created_by }} {{ domain.comment }}
No public domains from other users yet.

Add a new Domain

{% csrf_token %} {{ form|bootstrap }}

Help

Here you can add new domains (zones) which you control (and this is only useful if you have some own zone which you can update automatically).

You need to configure the primary master nameserver of the zone so it accepts dynamic updates if the correct update key is presented (which is just a shared secret between the nameserver and this service).

{% endblock %}