diff options
author | Toni <matzeton@googlemail.com> | 2023-10-02 18:10:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 18:10:47 +0200 |
commit | a98d7ff433c234eeec83e96a4e33645d6f7205bd (patch) | |
tree | 0db721de48119869195ec957ab4458e4dba54aeb /doc/protocols.rst | |
parent | 77e5daf03e1ee7a8377a5a8906fe2c089c94ecf0 (diff) |
Added HAProxy protocol. (#2088)
* fixed tests/do.sh.in failure print
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 11 |
1 files changed, 10 insertions, 1 deletions
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 <https://datatracker.ietf.org/doc/html/rfc2165>`_ and `SLPv2 .. _Proto 348: `NDPI_PROTOCOL_MULLVAD` -======================== +======================= Mullvad is a VPN service operated by Mullvad VPN AB, based in Sweden References: `Main site <https://mullvad.net/>`_. @@ -130,3 +130,12 @@ References: `RFC <https://datatracker.ietf.org/doc/html/rfc9113>`_. 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: <https://www.haproxy.org>`_. |