diff --git a/nsupdate/main/templates/main/generate_secret.html b/nsupdate/main/templates/main/generate_secret.html index 876f272..4d0e65f 100644 --- a/nsupdate/main/templates/main/generate_secret.html +++ b/nsupdate/main/templates/main/generate_secret.html @@ -2,12 +2,20 @@ {% load bootstrap %} {% block content %} - -
New secret generated for you. We store it hashed, so save it now, or you have to generate a new one again.
-secret: {{ update_secret }}
+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.
+Secret: {{ update_secret }}
+Setting | Value | +
---|---|
Dynamic DNS provider | Custom |
Update-URL | http://nsupdate.info/nic/update |
Domain Name | {{ host.get_fqdn|default:"<your fqdn>" }} |
User name | {{ host.get_fqdn|default:"<your fqdn>" }} |
Password | {{ update_secret|default:"<your secret>" }} |