Write some major geolocation shuffling around code

This commit is contained in:
Slatian
2023-02-17 18:45:37 +01:00
parent 0193c24385
commit 2fb2385004
6 changed files with 284 additions and 1 deletions

View File

@ -9,5 +9,8 @@
{% if hostname %}
<p>Hostname: <b>{{data.result.hostname}}</b></p>
{% endif %}
{% if data.result.asn %}
<p>This IP is part of <b>AS{{ data.result.asn.asn }}</b>, which belongs to: <i>{{ data.result.asn.name }}</i></p>
{% endif %}
</body>
</html>