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

{{ domain.domain }}
back to overview

Edit Domain

You can't change the domain name. If you want to have another domain name, you have to delete this domain and create a new one.

Please note that update algorithm and update secret need to match. Just create a new secret after submitting this form with a changed update algorithm.

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

Show Configuration

We'll generate a ready-to-use configuration for your name server, filled out with all values (including a new secret).

We'll create a new shared secret - if you had one before, it will become invalid. You have to use the new secret in your name server configuration.

Delete Domain

Deleting a domain is not undoable. If you need it back, you'll have to add it again and configure a new shared secret.

{% endblock %}