unbound: be more explicit about forwarding behaviour and fix typo

This commit is contained in:
Stephan de Wit 2022-03-31 16:23:53 +02:00
parent 01913bf712
commit e802567b70
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<style>forwarding-enabled</style>
<help>
The configured system nameservers will be used to forward queries to.
This will override any entry in the grid below.
This will override any entry in the grid below, except for entries with a specific domain.
</help>
</field>
<field>

View File

@ -190,7 +190,7 @@
</table>
</div>
<div id="infosection" class="tab-content col-xs-12 __mb">
{{ lang._('Please note that entries without a specific domain (and thus all domains) specified in both Custom Forwarding and DNS over TLS
{{ lang._('Please note that entries without a specific domain (and thus all domains) specified in both Query Forwarding and DNS over TLS
are considered duplicates, DNS over TLS will be preferred. If "Use System Nameservers" is checked, Unbound will use the DNS servers entered
in System->Settings->General or those obtained via DHCP or PPP on WAN if the "Allow DNS server list to be overridden by DHCP/PPP on WAN" is checked.') }}
</div>