cargo update

This commit is contained in:
Slatian
2025-03-20 00:04:34 +01:00
parent 38be0c05d0
commit d5c5d30d32
6 changed files with 259 additions and 173 deletions

View File

@ -8,6 +8,13 @@
{% set r = data.result -%}
# {% block title %}Lookup {{ data.result.address }}{% endblock %}
{%- if r.mapping %}
## {{ r.mapping.strategy | title }} Mapping
The address {{ r.mapping.from_address }} was automatically translated to {{ r.mapping.to_address }} using {{ r.mapping.strategy | title }}.
{%- endif %}
## Network information
* Type of Address: {{ helper::ip_info(ip_info=r.ip_info) }}