diff --git a/CHANGES b/CHANGES index 72bb38d085..81bc19aa0e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + 543. [doc] The 'port' option is now documented. + 542. [func] Add allow-update-forwarding support. 541. [func] Add bogus server support. diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 0b44579720..ca1421905f 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + @@ -2483,6 +2483,7 @@ lookups performed on behalf of clients by a caching name server. max-refresh-time number ; min-retry-time number ; max-retry-time number ; + port ip_port; }; @@ -2575,6 +2576,22 @@ to. If not specified, the default is named.stats.Not yet implemented in BIND 9. + + +port + +The UDP/TCP port number the server uses for receiving and sending DNS protocol traffic. +The default is 53. This option is mainly intended for server testing; +a server using a port other than 53 will not be able to communicate with +the global DNS. +The port option should be placed at +the beginning of the options block, before +any other options that take port numbers or IP addresses, +to ensure that the port value takes effect for all addresses +used by the server. + + + Boolean Options