Skip to content

Commit dbc56a0

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent ad068de commit dbc56a0

3 files changed

Lines changed: 32 additions & 12 deletions

File tree

docs/dev/configuration.html

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev2-32 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev2-37 - Configuration Manual</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4112,6 +4112,8 @@
41124112

41134113
<a class="list-group-item" href="#tcp-check unset-var">tcp-check unset-var</a>
41144114

4115+
<a class="list-group-item" href="#tcp-md5sig">tcp-md5sig</a>
4116+
41154117
<a class="list-group-item" href="#tcp-request">tcp-request</a>
41164118

41174119
<a class="list-group-item" href="#tcp-request connection">tcp-request connection</a>
@@ -4593,7 +4595,7 @@
45934595
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45944596
</p>
45954597
<p class="text-right">
4596-
<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/01</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/03</b></small>
45974599
</p>
45984600
</div>
45994601
<!-- /.sidebar -->
@@ -4604,7 +4606,7 @@
46044606
<div class="text-center">
46054607
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46064608
<h2>Configuration Manual</h2>
4607-
<p><strong>version 3.3-dev2-32</strong></p>
4609+
<p><strong>version 3.3-dev2-37</strong></p>
46084610
<p>
46094611
2025/06/26<br>
46104612

@@ -21395,6 +21397,14 @@ <h2 id="chapter-5.1" data-target="5.1"><small><a class="small" href="#5.1">5.1.<
2139521397
on global statement &quot;<a href="#ssl-default-bind-options">ssl-default-bind-options</a>&quot;, and may be selectively
2139621398
disabled on a &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">bind<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#bind%20%28Peers%20declaration%29">Peers declaration</a></li><li><a href="#bind%20%28Log%20forwarding%29">Log forwarding</a></li><li><a href="#bind%20%28Alphabetically%20sorted%20keywords%20reference%29">Alphabetically sorted keywords reference</a></li></ul></span>&quot; line using &quot;<a href="#no-strict-sni">no-strict-sni</a>&quot;. See the &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">crt<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#crt%20%28Load%20options%29">Load options</a></li><li><a href="#crt%20%28Bind%20options%29">Bind options</a></li><li><a href="#crt%20%28Server%20and%20default-server%20options%29">Server and default-server options</a></li></ul></span>&quot; option for
2139721399
more information. See &quot;add ssl crt-list&quot; command in the management guide.
21400+
</pre><a class="anchor" name="tcp-md5sig"></a><a class="anchor" name="5-tcp-md5sig"></a><a class="anchor" name="5.1-tcp-md5sig"></a><a class="anchor" name="tcp-md5sig (Bind and server options)"></a><a class="anchor" name="tcp-md5sig (Bind options)"></a><div class="keyword"><b><a class="anchor" name="tcp-md5sig"></a><a href="#5.1-tcp-md5sig">tcp-md5sig</a></b> <span style="color: #080">&lt;password&gt;</span></div><pre class="text">Enables the TCP MD5 signature (RFC 2385 Protection of BGP Sessions via the
21401+
TCP MD5 Signature Option) for all incoming connections instantiated from this
21402+
listening socket. This option is only available on Linux. When enabled,
21403+
&lt;password&gt; string is used to sign every TCP segments with a 16-byte MD5
21404+
digest. This will protect the TCP connection against spoofing. The primary
21405+
use case for this option is to allow BGP to protect itself against the
21406+
introduction of spoofed TCP segments into the connection stream. But it can
21407+
be useful for any very long-lived TCP connections.
2139821408
</pre><a class="anchor" name="tcp-ut"></a><a class="anchor" name="5-tcp-ut"></a><a class="anchor" name="5.1-tcp-ut"></a><a class="anchor" name="tcp-ut (Bind and server options)"></a><a class="anchor" name="tcp-ut (Bind options)"></a><div class="keyword"><b><a class="anchor" name="tcp-ut"></a><a href="#5.1-tcp-ut">tcp-ut</a></b> <span style="color: #080">&lt;delay&gt;</span></div><pre class="text">Sets the TCP User Timeout for all incoming connections instantiated from this
2139921409
listening socket. This option is available on Linux since version 2.6.37. It
2140021410
allows HAProxy to configure a timeout for sockets which contain data not
@@ -22844,6 +22854,16 @@ <h2 id="chapter-5.2" data-target="5.2"><small><a class="small" href="#5.2">5.2.<
2284422854
This option enables upstream socks4 tunnel for outgoing connections to the
2284522855
server. Using this option won't force the health check to go via socks4 by
2284622856
default. You will have to use the keyword &quot;<a href="#check-via-socks4">check-via-socks4</a>&quot; to enable it.
22857+
</pre><a class="anchor" name="tcp-md5sig"></a><a class="anchor" name="5-tcp-md5sig"></a><a class="anchor" name="5.2-tcp-md5sig"></a><a class="anchor" name="tcp-md5sig (Bind and server options)"></a><a class="anchor" name="tcp-md5sig (Server and default-server options)"></a><div class="keyword"><b><a class="anchor" name="tcp-md5sig"></a><a href="#5.2-tcp-md5sig">tcp-md5sig</a></b> <span style="color: #080">&lt;password&gt;</span></div><pre class="text">May be used in the following contexts: tcp, http, log, peers, ring
22858+
22859+
Enables the TCP MD5 signature (RFC 2385 Protection of BGP Sessions via the
22860+
TCP MD5 Signature Option) for all outgoing connections to this server. This
22861+
option is only available on Linux. When enabled, &lt;password&gt; string is used to
22862+
sign every TCP segments with a 16-byte MD5 digest. This will protect the TCP
22863+
connection against spoofing. The primary use case for this option is to allow
22864+
BGP to protect itself against the introduction of spoofed TCP segments into
22865+
the connection stream. But it can be useful for any very long-lived TCP
22866+
connections.
2284722867
</pre><a class="anchor" name="tcp-ut"></a><a class="anchor" name="5-tcp-ut"></a><a class="anchor" name="5.2-tcp-ut"></a><a class="anchor" name="tcp-ut (Bind and server options)"></a><a class="anchor" name="tcp-ut (Server and default-server options)"></a><div class="keyword"><b><a class="anchor" name="tcp-ut"></a><a href="#5.2-tcp-ut">tcp-ut</a></b> <span style="color: #080">&lt;delay&gt;</span></div><pre class="text">May be used in the following contexts: tcp, http, log, peers, ring
2284822868

2284922869
Sets the TCP User Timeout for all outgoing connections to this server. This
@@ -33074,7 +33094,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3307433094
<br>
3307533095
<hr>
3307633096
<div class="text-right">
33077-
HAProxy 3.3-dev2-32 &ndash; Configuration Manual<br>
33097+
HAProxy 3.3-dev2-37 &ndash; Configuration Manual<br>
3307833098
<small>, 2025/06/26</small>
3307933099
</div>
3308033100
</div>

docs/dev/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev2-32 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev2-37 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<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/01</b></small>
487+
<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>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.3-dev2-32</strong></p>
498+
<p><strong>version 3.3-dev2-37</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.3-dev2-32 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev2-37 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev2-32 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev2-37 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<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/01</b></small>
665+
<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>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.3-dev2-32</strong></p>
676+
<p><strong>version 3.3-dev2-37</strong></p>
677677
<p>
678678
<br>
679679

@@ -5568,7 +5568,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55685568
<br>
55695569
<hr>
55705570
<div class="text-right">
5571-
HAProxy 3.3-dev2-32 &ndash; Management Guide<br>
5571+
HAProxy 3.3-dev2-37 &ndash; Management Guide<br>
55725572
<small>, </small>
55735573
</div>
55745574
</div>

0 commit comments

Comments
 (0)