diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index f7fd08c..134b3a0 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -51,16 +51,16 @@

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 }} + 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 }} + Host IPv4: {{ host.getIPv4 }}
+ Host IPv6: {{ host.getIPv6 }}
diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 4f6e263..3fd9b00 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -56,8 +56,8 @@

Information

We try to get your IP addresses through a trick. We host two fake images on a IPv4 and IPv6 domain 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 your IPv6 and vice versa.

- your IPv4: {{ request.session.ipv4 }}
- your IPv6: {{ request.session.ipv6 }} + your IPv4: {{ request.session.ipv4 }}
+ your IPv6: {{ request.session.ipv6 }}