# HG changeset patch # User Yaroslav Zhuravlev # Date 1472472871 -10800 # Node ID ae46e57cecba857bc11e51b93f5103e0d85d6d9c # Parent cc9d4e09a70868712d9b5e8adb789af88be9f6a9 Added note to the "resover" directive. diff -r cc9d4e09a708 -r ae46e57cecba xml/en/docs/http/ngx_http_core_module.xml --- 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 @@ + rev="61">
@@ -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. + +To prevent DNS spoofing, it is recommended +configuring DNS servers in a properly secured trusted local network. + diff -r cc9d4e09a708 -r ae46e57cecba xml/ru/docs/http/ngx_http_core_module.xml --- 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 @@ + rev="61">
@@ -2075,6 +2075,10 @@ До версии 1.1.9 настройка времени кэширования была невозможна и nginx всегда кэшировал ответы на срок в 5 минут. + +Для предотвращения DNS-спуфинга рекомендуется +использовать DNS-серверы в защищённой доверенной локальной сети. +