]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
move the nocookie-udp-size from server statement to options
authorJeremy C. Reed <jreed@isc.org>
Wed, 16 Sep 2015 15:25:21 +0000 (11:25 -0400)
committerJeremy C. Reed <jreed@isc.org>
Wed, 16 Sep 2015 15:25:21 +0000 (11:25 -0400)
doc/arm/Bv9ARM-book.xml

index b2e64eb803d5bbb6d1d2e88fac4d8ac004fc93a5..7a74c3d868f9661bb36a8eed2ce7fad6771b1d0b 100644 (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