Document forwarders config port and dscp param

This commit is contained in:
Matthijs Mekking 2020-01-13 10:42:21 +01:00
parent 5214f24d7b
commit be3a11029a
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,6 @@
5353. [doc] Document port and dscp parameters in forwarders
configuration option. [GL !914]
5352. [bug] Correctly handle catalog zone entries containing
characters that aren't legal in filenames. [GL #1592]

View file

@ -6866,9 +6866,11 @@ options {
<term><command>forwarders</command></term>
<listitem>
<para>
Specifies the IP addresses to be used
for forwarding. The default is the empty list (no
forwarding).
Specifies a list of IP addresses to which queries shall be
forwarded. The default is the empty list (no forwarding).
Each address in the list can be associated with an optional
port number and/or DSCP value, and a default port number and
DSCP value can be set for the entire list.
</para>
</listitem>
</varlistentry>