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 @@
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 }}This information comes directly from the name server and shows the current IPs set for your host.
- Host IPv4: {{ host.getIPv4 }}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 }}