mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-17 06:23:29 +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>
|
||||
|
Reference in New Issue
Block a user