# HG changeset patch # User Ruslan Ermilov # Date 1340026654 0 # Node ID 288416af739a4e440fc759d002284354c8efdc5d # Parent 8068d592b390cea265b56491356f4b690d9c457f As of 1.3.2, "resolver" can now use all addresses when configured by a domain name, not only the first resolved name. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -1852,10 +1852,6 @@ resolver 127.0.0.1 [::1]:5353; An address can be specified as a domain name or IP address, and an optional port (1.3.1). - If port is not specified, the port 53 is used. Name servers are queried in a round-robin fashion. diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -1836,10 +1836,6 @@ resolver 127.0.0.1 [::1]:5353; Адрес может быть указан в виде доменного имени или IP-адреса, и необязательного порта (1.3.1). - Если порт не указан, используется порт 53. Серверы DNS опрашиваются циклически.