{% 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 %} {% if !chrome.read_only %}

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

{% endif %}
{% for z in zones %} {% endfor %}
Zone suffixTarget resolverStatus
{{ z.zone_suffix }} {% if chrome.read_only %} {% if z.target.is_empty() %}โ€”{% else %}{{ z.target }}{% endif %} {% else %}
{% endif %}
{% if z.enabled %}enabled {% else %}disabled{% endif %} {% if !chrome.read_only %}
{% endif %}
{% endblock %}