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 %}
IPv4: {{ request.session.ipv4 }}
IPv6: {{ request.session.ipv6 }}
-Note: We try to get your IP addresses through a trick, by hosting two fake images:
-- 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. -