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

{{ host.get_fqdn }}
back to overview

Edit Host

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

Delete Host

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

Show Configuration

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

We'll create a new secret - if you had one before, it will become invalid. You have to use the new secret in your router / update client configuration.

Update other Services

We can send updates to other services when we receive an update from you.

Update Nameserver Entry

Usually you configure your router to follow the dyndns2 protocol. But if you know what you are doing, and you want to update it manually, you can do it here.
We populated the input fields for the new addresses with your currently detected remote addresses.

{% endblock %}