comparison xml/en/docs/stream/ngx_stream_core_module.xml @ 3043:9eadb98ec770

Free nginx: removed commercial version documentation.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:49 +0300
parents 7ebe15d6c68d
children
comparison
equal deleted inserted replaced
3042:19e4897acb84 3043:9eadb98ec770
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_core_module" 9 <module name="Module ngx_stream_core_module"
10 link="/en/docs/stream/ngx_stream_core_module.html" 10 link="/en/docs/stream/ngx_stream_core_module.html"
11 lang="en" 11 lang="en"
12 rev="37"> 12 rev="38">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_core_module</literal> module 17 The <literal>ngx_stream_core_module</literal> module
340 <directive name="resolver"> 340 <directive name="resolver">
341 <syntax> 341 <syntax>
342 <value>address</value> ... 342 <value>address</value> ...
343 [<literal>valid</literal>=<value>time</value>] 343 [<literal>valid</literal>=<value>time</value>]
344 [<literal>ipv4</literal>=<literal>on</literal>|<literal>off</literal>] 344 [<literal>ipv4</literal>=<literal>on</literal>|<literal>off</literal>]
345 [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>] 345 [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]</syntax>
346 [<literal>status_zone</literal>=<value>zone</value>]</syntax>
347 <default/> 346 <default/>
348 <context>stream</context> 347 <context>stream</context>
349 <context>server</context> 348 <context>server</context>
350 <appeared-in>1.11.3</appeared-in> 349 <appeared-in>1.11.3</appeared-in>
351 350
378 To prevent DNS spoofing, it is recommended 377 To prevent DNS spoofing, it is recommended
379 configuring DNS servers in a properly secured trusted local network. 378 configuring DNS servers in a properly secured trusted local network.
380 </note> 379 </note>
381 </para> 380 </para>
382 381
383 <para id="resolver_status_zone">
384 The optional <literal>status_zone</literal> parameter (1.17.1)
385 enables
386 <link doc="../http/ngx_http_api_module.xml" id="resolvers_">collection</link>
387 of DNS server statistics of requests and responses
388 in the specified <value>zone</value>.
389 The parameter is available as part of our
390 <commercial_version>commercial subscription</commercial_version>.
391 </para>
392
393 <para>
394 <note>
395 Before version 1.11.3, this directive was available as part of our
396 <commercial_version>commercial subscription</commercial_version>.
397 </note>
398 </para>
399
400 </directive> 382 </directive>
401 383
402 384
403 <directive name="resolver_timeout"> 385 <directive name="resolver_timeout">
404 <syntax><value>time</value></syntax> 386 <syntax><value>time</value></syntax>
410 <para> 392 <para>
411 Sets a timeout for name resolution, for example: 393 Sets a timeout for name resolution, for example:
412 <example> 394 <example>
413 resolver_timeout 5s; 395 resolver_timeout 5s;
414 </example> 396 </example>
415 <note>
416 Before version 1.11.3, this directive was available as part of our
417 <commercial_version>commercial subscription</commercial_version>.
418 </note>
419 </para> 397 </para>
420 398
421 </directive> 399 </directive>
422 400
423 401