changeset 1770:ae46e57cecba

Added note to the "resover" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Aug 2016 15:14:31 +0300
parents cc9d4e09a708
children 6a30f04a0208
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Aug 29 15:13:58 2016 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Aug 29 15:14:31 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="60">
+        rev="61">
 
 <section id="directives" name="Directives">
 
@@ -2074,6 +2074,10 @@
 Before version 1.1.9, tuning of caching time was not possible,
 and nginx always cached answers for the duration of 5 minutes.
 </note>
+<note>
+To prevent DNS spoofing, it is recommended
+configuring DNS servers in a properly secured trusted local network.
+</note>
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Mon Aug 29 15:13:58 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Mon Aug 29 15:14:31 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="60">
+        rev="61">
 
 <section id="directives" name="Директивы">
 
@@ -2075,6 +2075,10 @@
 До версии 1.1.9 настройка времени кэширования была невозможна
 и nginx всегда кэшировал ответы на срок в 5 минут.
 </note>
+<note>
+Для предотвращения DNS-спуфинга рекомендуется
+использовать DNS-серверы в защищённой доверенной локальной сети.
+</note>
 </para>
 
 </directive>