comparison xml/en/docs/http/ngx_http_core_module.xml @ 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 d8c7160527ae
children a8971cf346be
comparison
equal deleted inserted replaced
536:8068d592b390 537:288416af739a
1850 <example> 1850 <example>
1851 resolver 127.0.0.1 [::1]:5353; 1851 resolver 127.0.0.1 [::1]:5353;
1852 </example> 1852 </example>
1853 An address can be specified as a domain name or IP address, 1853 An address can be specified as a domain name or IP address,
1854 and an optional port (1.3.1). 1854 and an optional port (1.3.1).
1855 <!--
1856 If address is specified using a domain name, only the first
1857 resolved IPv4 address is used.
1858 -->
1859 If port is not specified, the port 53 is used. 1855 If port is not specified, the port 53 is used.
1860 Name servers are queried in a round-robin fashion. 1856 Name servers are queried in a round-robin fashion.
1861 <note> 1857 <note>
1862 Before version 1.1.7, only a single name server could be configured. 1858 Before version 1.1.7, only a single name server could be configured.
1863 Specifying name servers using IPv6 addresses is supported 1859 Specifying name servers using IPv6 addresses is supported