From 10a0350dbe5ae69750e676d396116ecca20deec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 28 Jan 2025 00:41:13 +0100 Subject: [PATCH] chg: Add link to other captures with same IP --- website/web/templates/hostname_popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/web/templates/hostname_popup.html b/website/web/templates/hostname_popup.html index 0cf86363..a34a36c6 100644 --- a/website/web/templates/hostname_popup.html +++ b/website/web/templates/hostname_popup.html @@ -143,7 +143,7 @@
NS record for {{hostnode.ns[0]}}:
{% if url['url_object'].ip_address %}
- IP from HAR: {{ url['url_object'].ip_address }} + IP from HAR: {{ url['url_object'].ip_address }} (see other captures) {% if uwhois_available %}(whois){% endif %}
{% endif %}