{% extends "base.html" %}
{% import "_macros.html" as ui %}
{% block title %}Local DNS ยท sagittarius{% endblock %}
{% block content %}
Authoritative answers served without contacting upstreams. Wildcards like {% call ui::icon("local") %}{% endcall %}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 }} |