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

{% trans "Host Secret Generated" %}
{% trans "back to overview" %}

{% blocktrans %}New secret generated for you. We store it hashed, so save it now, or you have to generate a new one again. Everytime you visit this page a new secret will be generated and the old one becomes invalid.{% endblocktrans %}

{% trans "Secret:" %} {{ update_secret }}

{% trans "How to configure automated dynamic DNS updates?" %}

{% include "main/includes/tabbed_router_configuration.html" with host=object %}
{% endblock %}