{% extends "base.html" %}
{% block title %}Local DNS ยท sagittarius{% endblock %}
{% block content %}
Authoritative answers served without contacting upstreams. Wildcards like Local DNS records
*.home.lan are supported.
{{ error }}
{% endif %} {% if records.is_empty() %}No local records yet.
{% else %}| Name | Type | Value | TTL | |
|---|---|---|---|---|
| {{ r.name }} | {{ r.record_type }} | {{ r.value }} | {{ r.ttl }} |