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

{{ host.get_fqdn }}
{% trans "back to overview" %}

{% trans "Edit Host" %}

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

{% trans "Delete Host" %}

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

{% trans "Show Configuration" %}

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

{% blocktrans %}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.{% endblocktrans %}

{% trans "Update other Services" %}

{% trans "We can send updates to other services when we receive an update from you." %}

{% trans "Update Nameserver Records" %}

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

{% endblock %}