|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.3-dev2-57 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.3-dev2-60 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4595 | 4595 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4596 | 4596 | </p> |
4597 | 4597 | <p class="text-right"> |
4598 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/07/03</b></small> |
| 4598 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/07/08</b></small> |
4599 | 4599 | </p> |
4600 | 4600 | </div> |
4601 | 4601 | <!-- /.sidebar --> |
|
4606 | 4606 | <div class="text-center"> |
4607 | 4607 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4608 | 4608 | <h2>Configuration Manual</h2> |
4609 | | - <p><strong>version 3.3-dev2-57</strong></p> |
| 4609 | + <p><strong>version 3.3-dev2-60</strong></p> |
4610 | 4610 | <p> |
4611 | 4611 | 2025/06/26<br> |
4612 | 4612 |
|
@@ -8092,7 +8092,8 @@ <h2 id="chapter-3.1" data-target="3.1"><small><a class="small" href="#3.1">3.1.< |
8092 | 8092 |
|
8093 | 8093 | When a single family is used, no request will be sent to resolvers for the |
8094 | 8094 | other family, and any response for the othe family will be ignored. The |
8095 | | -default value is "ipv4,ipv6", which effectively enables both families. |
| 8095 | +default value since 3.3 is "auto", which effectively enables both families |
| 8096 | +only once IPv6 has been proven to be routable, otherwise sticks to IPv4. |
8096 | 8097 | </pre><div class="page-header"><b>See also:</b> "<a href="#resolve-prefer">resolve-prefer</a>", "<a href="#do-resolve">do-resolve</a>"</div> |
8097 | 8098 | <a class="anchor" name="expose-deprecated-directives"></a><a class="anchor" name="3-expose-deprecated-directives"></a><a class="anchor" name="3.1-expose-deprecated-directives"></a><a class="anchor" name="expose-deprecated-directives (Global section)"></a><a class="anchor" name="expose-deprecated-directives (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="expose-deprecated-directives"></a><a href="#3.1-expose-deprecated-directives">expose-deprecated-directives</a></b></div><pre class="text">This statement must appear before using some directives tagged as deprecated |
8098 | 8099 | to silent warnings and make sure the config file will not be rejected. Not |
@@ -33094,7 +33095,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33094 | 33095 | <br> |
33095 | 33096 | <hr> |
33096 | 33097 | <div class="text-right"> |
33097 | | - HAProxy 3.3-dev2-57 – Configuration Manual<br> |
| 33098 | + HAProxy 3.3-dev2-60 – Configuration Manual<br> |
33098 | 33099 | <small>, 2025/06/26</small> |
33099 | 33100 | </div> |
33100 | 33101 | </div> |
|
0 commit comments