mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2024-11-10 08:37:21 +01:00
Template fix
This commit is contained in:
parent
13cb85ac5a
commit
2657aae847
@ -20,7 +20,7 @@
|
|||||||
<dd>{{ helper::dig(extra=extra, name=r.hostname) }}</dd>
|
<dd>{{ helper::dig(extra=extra, name=r.hostname) }}</dd>
|
||||||
{% elif r.reverse_dns_disabled_for_privacy %}
|
{% elif r.reverse_dns_disabled_for_privacy %}
|
||||||
<dt>Hostname</dt>
|
<dt>Hostname</dt>
|
||||||
<dd>Lookup disabled by default: {{ helper::ip(ip=r.address, with_self_lookup=true)}}</dd>
|
<dd>Lookup disabled by default: {{ helper::ip(ip=r.address, extra=extra, text="enable", with_self_lookup=true)}}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if r.asn %}
|
{% if r.asn %}
|
||||||
<dt><abbr="Autonomous System Number">ASN</abbr></dt>
|
<dt><abbr="Autonomous System Number">ASN</abbr></dt>
|
||||||
|
Loading…
Reference in New Issue
Block a user