changeset 537:288416af739a

As of 1.3.2, "resolver" can now use all addresses when configured by a domain name, not only the first resolved name.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 18 Jun 2012 13:37:34 +0000
parents 8068d592b390
children 58dd64aef626
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Fri Jun 15 07:02:43 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Jun 18 13:37:34 2012 +0000
@@ -1852,10 +1852,6 @@
 </example>
 An address can be specified as a domain name or IP address,
 and an optional port (1.3.1).
-<!--
-If address is specified using a domain name, only the first
-resolved IPv4 address is used.
--->
 If port is not specified, the port 53 is used.
 Name servers are queried in a round-robin fashion.
 <note>
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Fri Jun 15 07:02:43 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Mon Jun 18 13:37:34 2012 +0000
@@ -1836,10 +1836,6 @@
 </example>
 Адрес может быть указан в виде доменного имени или IP-адреса,
 и необязательного порта (1.3.1).
-<!--
-Если адрес указан в виде доменного имени, используется только первый
-IPv4-адрес, соответствующий имени.
--->
 Если порт не указан, используется порт 53.
 Серверы DNS опрашиваются циклически.
 <note>