{% extends "base.html" %}
{% import "_macros.html" as ui %}
{% block title %}Forwarding ยท sagittarius{% endblock %}
{% block content %}
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 {% call ui::icon("forwarding") %}{% endcall %}Conditional forwarding
nslookup <LAN IP> resolves network-wide.
{{ 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 %}| Zone suffix | Target resolver | Status | |
|---|---|---|---|
| {{ 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 %} |