From a582c74d189eb2b184145bf0e62f7f759cd566dd Mon Sep 17 00:00:00 2001 From: Slatian Date: Sun, 10 Dec 2023 10:16:43 +0100 Subject: [PATCH] urlencode queries to external services and add crt.sh --- Cargo.lock | 2 +- templates/links.html | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e9dd7e..677e57b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "echoip-slatecave" -version = "1.2.0" +version = "1.2.1" dependencies = [ "axum", "axum-client-ip", diff --git a/templates/links.html b/templates/links.html index 47b709d..59d258e 100644 --- a/templates/links.html +++ b/templates/links.html @@ -16,23 +16,24 @@ {% macro domain_name_links(name) %}

Look up {{name}}

{% endmacro domain_name_links %} {% macro asn_links(asn, org_name="") %}

Look up AS{{asn}}{% if org_name%} ({{org_name}}){% endif %} …

{% endmacro asn_links %}