Added dns functionality

This commit is contained in:
Slatian
2023-02-12 01:24:39 +01:00
parent afdec2b8a2
commit b21aa5192f
5 changed files with 436 additions and 2 deletions

View File

@ -6,5 +6,8 @@
<body>
<h1>Your IP-Address is: {{ ip }}</h1>
<p>Your requested format was: <b>{{format}}</b></p>
{% if hostname %}
<p>Hostname: <b>{{hostname}}</b></p>
{% endif %}
</body>
</html>