diff xml/en/docs/mail/ngx_mail_core_module.xml @ 2870:e06cf66a9f63

Documented the "ipv4=off" parameter of the "resolver" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Jul 2022 14:10:02 +0100
parents 00afc7c4d4df
children 7ebe15d6c68d
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_core_module.xml	Tue Jul 19 17:09:46 2022 +0300
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml	Tue Jul 19 14:10:02 2022 +0100
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_core_module"
         link="/en/docs/mail/ngx_mail_core_module.html"
         lang="en"
-        rev="19">
+        rev="20">
 
 <section id="summary">
 
@@ -313,6 +313,7 @@
 <syntax>
     <value>address</value> ...
     [<literal>valid</literal>=<value>time</value>]
+    [<literal>ipv4</literal>=<literal>on</literal>|<literal>off</literal>]
     [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]
     [<literal>status_zone</literal>=<value>zone</value>]</syntax>
 <syntax><literal>off</literal></syntax>
@@ -344,7 +345,8 @@
 
 <para id="resolver_ipv6">
 By default, nginx will look up both IPv4 and IPv6 addresses while resolving.
-If looking up of IPv6 addresses is not desired,
+If looking up of IPv4 or IPv6 addresses is not desired,
+the <literal>ipv4=off</literal> (1.23.1) or
 the <literal>ipv6=off</literal> parameter can be specified.
 <note>
 Resolving of names into IPv6 addresses is supported