mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:29:59 -04:00
Document forwarders config port and dscp param
This commit is contained in:
parent
5214f24d7b
commit
be3a11029a
2 changed files with 8 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue