diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-12 06:31:08 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-12 06:31:08 +0000 |
commit | 0fed85ef271718750eec109730bcc3ca72452608 (patch) | |
tree | 004bd29a18f8b9994d63b8c605b02f931ba16356 /doc/arm/Bv9ARM-book.xml | |
parent | a988131922df6e2093bf4391d6b1b021c07d6b3c (diff) | |
download | src-0fed85ef271718750eec109730bcc3ca72452608.tar.gz src-0fed85ef271718750eec109730bcc3ca72452608.zip |
Vendor import of BIND 9.4.2-P1vendor/bind9/9.4.2-P1
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=180460
svn path=/vendor/bind9/9.4.2-P1/; revision=180461; tag=vendor/bind9/9.4.2-P1
Diffstat (limited to 'doc/arm/Bv9ARM-book.xml')
-rw-r--r-- | doc/arm/Bv9ARM-book.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index e30ca3f490f7..a3f61c7c9f3e 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> -<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.82 2007/09/26 03:28:27 marka Exp $ --> +<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.82.8.1 2008/05/22 21:28:04 each Exp $ --> <book xmlns:xi="http://www.w3.org/2001/XInclude"> <title>BIND 9 Administrator Reference Manual</title> @@ -6067,7 +6067,15 @@ listen-on-v6 port 1234 { !2001:db8::/32; any; }; a wildcard IP address (<command>INADDR_ANY</command>) will be used. If <command>port</command> is <command>*</command> or is omitted, - a random unprivileged port will be used. The <command>avoid-v4-udp-ports</command> + a random unprivileged port number is picked up and will be + used for each query. + It is generally strongly discouraged to + specify a particular port for the + <command>query-source</command> or + <command>query-source-v6</command> options; + it implicitly disables the use of randomized port numbers + and leads to insecure operation. + The <command>avoid-v4-udp-ports</command> and <command>avoid-v6-udp-ports</command> options can be used to prevent named from selecting certain ports. The defaults are: |