diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index e0cc329..36f2bbd 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -24,17 +24,21 @@

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 by hand, you can do it here. + 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 with your current remote IP addresses which we detected. + We populated the input fields for the new addresses with your currently detected remote addresses.

+ +

+ +
@@ -61,25 +65,4 @@
-
-
-
-
-

General Information

-

We try to get your IP addresses through a trick. We host two fake images on a IPv4-only and a IPv6-only host and we can associate those with your session. - If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using IPv6 and vice versa.

- Your IPv4: {{ request.session.ipv4 }}
- Your IPv6: {{ request.session.ipv6 }} -
-
-
-
-

Host Information

-

This information comes directly from the name server and shows the current IPs set for your host.

- Host IPv4: {{ host.getIPv4 }}
- Host IPv6: {{ host.getIPv6 }} -
-
-
- {% endblock %}