diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index ee9f5fd..58c021d 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -5,7 +5,7 @@ {% block content %}
-

Your IP(s):

+

Your current IP(s):

IPv4: {{ request.session.ipv4 }}

IPv6: {{ request.session.ipv6 }}

diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 942c480..0b80da6 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -35,19 +35,9 @@
-

Your current IPs

+

Your current IP(s):

IPv4: {{ request.session.ipv4 }}

IPv6: {{ request.session.ipv6 }}

-

Note: We try to get your IP addresses through a trick, by hosting two fake images:

-
    -
  1. on a IPv4-only server
  2. -
  3. on a IPv6-only server
  4. -
-

- That way we can detect your IPs when your browser tries to load the images and - associate them with your session. - If we detected an IP address, we will update this information accordingly. -