{% 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.

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

Generate New Secret

You can generate a new shared secret here. If you do so, you have to put it into your nameserver config also. We'll show you an example config...

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 %}