2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

move the nocookie-udp-size from server statement to options

This commit is contained in:
Jeremy C. Reed
2015-09-16 11:25:21 -04:00
parent 7d2c4d1c9f
commit ed15792642

View File

@@ -4811,6 +4811,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
<optional> require-server-cookie <replaceable>yes_or_no</replaceable>; </optional>
<optional> cookie-algorithm <replaceable>secret_string</replaceable>; </optional>
<optional> cookie-secret <replaceable>secret_string</replaceable>; </optional>
<optional> nocookie-udp-size <replaceable>number</replaceable> ; </optional>
<optional> request-nsid <replaceable>yes_or_no</replaceable>; </optional>
<optional> rfc2308-type1 <replaceable>yes_or_no</replaceable>; </optional>
<optional> use-id-pool <replaceable>yes_or_no</replaceable>; </optional>
@@ -6514,6 +6515,19 @@ options {
</listitem>
</varlistentry>
<varlistentry>
<term><command>nocookie-udp-size</command></term>
<listitem>
</para>
The <command>nocookie-udp-size</command> option sets the
maximum size of UDP responses that will be sent to
queries without a valid server COOKIE. The command
<command>max-udp-size</command> option may further limit
the response size.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>sit-secret</command></term>
<listitem>
@@ -10799,7 +10813,6 @@ example.com CNAME rpz-tcp-only.
<optional> edns <replaceable>yes_or_no</replaceable> ; </optional>
<optional> edns-udp-size <replaceable>number</replaceable> ; </optional>
<optional> edns-version <replaceable>number</replaceable> ; </optional>
<optional> nocookie-udp-size <replaceable>number</replaceable> ; </optional>
<optional> max-udp-size <replaceable>number</replaceable> ; </optional>
<optional> tcp-only <replaceable>yes_or_no</replaceable> ; </optional>
<optional> transfers <replaceable>number</replaceable> ; </optional>
@@ -10964,14 +10977,6 @@ example.com CNAME rpz-tcp-only.
that is blocking large replies from <command>named</command>.
</para>
<para>
The <command>nocookie-udp-size</command> option sets the
maximum size of UDP responses that will be sent to
queries without a valid server COOKIE. The command
<command>max-udp-size</command> option may further limit
the response size.
</para>
<para>
The <command>tcp-only</command> option sets the transport
protocol to TCP. The default is to use the UDP transport