From a98d7ff433c234eeec83e96a4e33645d6f7205bd Mon Sep 17 00:00:00 2001 From: Toni Date: Mon, 2 Oct 2023 18:10:47 +0200 Subject: Added HAProxy protocol. (#2088) * fixed tests/do.sh.in failure print Signed-off-by: lns Signed-off-by: Toni Uhlig --- doc/protocols.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/protocols.rst b/doc/protocols.rst index 5cdb6266e..7f7db9ddc 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -113,7 +113,7 @@ References: `SLPv1 `_ and `SLPv2 .. _Proto 348: `NDPI_PROTOCOL_MULLVAD` -======================== +======================= Mullvad is a VPN service operated by Mullvad VPN AB, based in Sweden References: `Main site `_. @@ -130,3 +130,12 @@ References: `RFC `_. Notes: - HTTP/2 is almost always encrypted, i.e. transported over TLS. + + +.. _Proto 350: + +`NDPI_PROTOCOL_HAPROXY` +======================= +HAProxy is a free and open source software that provides a high availability load balancer and reverse proxy for TCP and HTTP-based applications that spreads requests across multiple servers. + +References: `Main site: `_. -- cgit v1.2.3