{% extends 'base.html' %} {% load i18n %} {% block content %}

Router DNS Monitor {% if settings.enabled %}Live{% else %}Paused{% endif %}

ASUS GT-AX6000 · dnsmasq syslog · UDP :{{ settings.syslog_port }}

{% if settings.last_received_at %}Last: {{ settings.last_received_at|timesince }} ago{% else %}No data yet{% endif %} ·
{% for rkey, rlabel in all_ranges %} {{ rlabel|slice:"5:" }} {% endfor %}
Settings
{% for msg in messages %}
{{ msg }}
{% endfor %}
{% with s=stats %}
DNS Queries
{{ s.total }}
Unique Domains
{{ s.unique_domains }}
Devices
{{ s.unique_clients }}
NXDOMAIN
{{ s.nxdomain_count }}
NX Rate
{{ s.nxdomain_pct }}%
{% endwith %}
{{ range_label }}
Top Domains — {{ range_label }}
Resolved IP Geography — {{ range_label }}
Top Queried Domains — {{ range_label }}
{% for d in top_domains %} {% empty %} {% endfor %}
Domain Country Queries NX
{% if d.country %} {% if d.country_code %}{{ d.country_code }}{% endif %} {{ d.country }} {% else %}—{% endif %} {{ d.count }} {{ d.nxcount }}
No data yet
Top Clients — {{ range_label }}
{% for c in top_clients %} {% empty %} {% endfor %}
Client Hostname Queries NX
{{ c.hostname|default:"—" }} {{ c.count }} {{ c.nxcount }}
No data yet
Live DNS Queries
Loading…
WAN Incoming Attempts
Last 24h: {{ wan_total_24h }}
Top Targeted Ports (24h)
Top Source IPs (24h)
{% for s in top_wan_sources %} {% empty %} {% endfor %}
Source IP Hits Country
{{ s.count }} {{ s.country_code }}{% if s.country %} {{ s.country }}{% endif %}
No data yet
Source Geography — {{ range_label }}
Loading…
{% endblock %}