mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 22:13:30 +02:00
cargo update
This commit is contained in:
@ -12,6 +12,12 @@
|
||||
|
||||
{% block content %}
|
||||
{% set r = data.result %}
|
||||
{% if r.mapping %}
|
||||
<section>
|
||||
<h2>{{ r.mapping.strategy | title }} Mapping</h2>
|
||||
<p>The address <code>{{ r.mapping.from_address }}</code> was automatically translated to <code>{{ r.mapping.to_address }}</code> using {{ r.mapping.strategy | title }}.</p>
|
||||
</section>
|
||||
{% endif %}
|
||||
<section>
|
||||
<h2>Network Information</h2>
|
||||
<dl>
|
||||
|
@ -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) }}
|
||||
|
Reference in New Issue
Block a user