{% extends "base.html" %} {% import "_macros.html" as ui %} {% block title %}Forwarding · sagittarius{% endblock %} {% block content %}

{% call ui::icon("forwarding") %}{% endcall %}Conditional forwarding

Send queries under a zone suffix to a specific resolver instead of the upstream pool — typically the private reverse-DNS zones pointed at your router/DHCP server so nslookup <LAN IP> resolves network-wide.

{% if let Some(error) = error %} {% endif %}

Points every zone below at one resolver and enables them — the one-click LAN setup. Fine-tune individual zones in the table.

{% for z in zones %} {% endfor %}
Zone suffixTarget resolverStatus
{{ z.zone_suffix }}
{% if z.enabled %}enabled {% else %}disabled{% endif %}
{% endblock %}