diff --git a/nsupdate/main/templates/main/domain_add.html b/nsupdate/main/templates/main/domain_add.html new file mode 100644 index 0000000..447785e --- /dev/null +++ b/nsupdate/main/templates/main/domain_add.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} +{% load i18n %}{% load bootstrap %} + +{% block content %} +
+ {% blocktrans %}Here you can add new domains (zones) which you control (and this is only useful if you + have some own zone which you can update automatically).{% endblocktrans %} +
++ {% blocktrans %}You need to be able to configure the primary master nameserver of the zone so it accepts + dynamic updates (via RFC 2136 "dynamic update" protocol) if the correct update secret is presented.{% endblocktrans %} +
++ {% trans "We'll show you configuration examples after you add a domain." %} +
+- {% blocktrans %}Here you can add new domains (zones) which you control (and this is only useful if you - have some own zone which you can update automatically).{% endblocktrans %} -
-- {% blocktrans %}You need to be able to configure the primary master nameserver of the zone so it accepts - dynamic updates (via RFC 2136 "dynamic update" protocol) if the correct update secret is presented.{% endblocktrans %} -
-- {% trans "We'll show you configuration examples after you add a domain." %} -
-{% trans "Here you can add new hosts (like routers, PCs, servers, ...)." %} +
+{% blocktrans %}You need to be able to configure one of your machines so it sends dyndns2 compatible + updates to us when your IP changes. Routers usually have some builtin software that does + this, but you can also use some software on another system (like a PC or server).{% endblocktrans %} +
++ {% blocktrans %}Just make sure your update client either is customizable well enough or has specific + support for our service.{% endblocktrans %} +
++ {% trans "We'll show you configuration examples after you add a host." %} +
+
+ IPv4: {{ request.session.ipv4 }}
+
+ rDNS: {{ request.session.ipv4_rdns }}
+
+ IPv6: {{ request.session.ipv6 }}
+
+ rDNS: {{ request.session.ipv6_rdns }}
+
{% trans "Here you can add new hosts (like routers, PCs, servers, ...)." %} -
-{% blocktrans %}You need to be able to configure one of your machines so it sends dyndns2 compatible - updates to us when your IP changes. Routers usually have some builtin software that does - this, but you can also use some software on another system (like a PC or server).{% endblocktrans %} -
-- {% blocktrans %}Just make sure your update client either is customizable well enough or has specific - support for our service.{% endblocktrans %} -
-- {% trans "We'll show you configuration examples after you add a host." %} -
-
- IPv4: {{ request.session.ipv4 }}
-
- rDNS: {{ request.session.ipv4_rdns }}
-
- IPv6: {{ request.session.ipv6 }}
-
- rDNS: {{ request.session.ipv6_rdns }}
-