{% extends "layout.html" %} {% block title %}pDNS{% endblock %} {% block content %}
Current time | {{ stats.current_time }} |
Most recent timestamp in DB | {{ stats.most_recent }} |
Number of results | {{ data|length }} |
First seen | Last seen | Hitcount | Name | Value | Type |
---|---|---|---|---|---|
{{ record.time_first }} | {{ record.time_last }} | {{ record.hitcount }} | {{ record.rrname|safe }} | {{ record.rdata|safe }} | {{ record.rrtype }} |