diff options
author | lns <matzeton@googlemail.com> | 2023-09-24 21:15:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-02 17:51:31 +0200 |
commit | 6513a64762033249ba4c1d34752fd739ef4a05f6 (patch) | |
tree | 05b3030656f75da6bed6c18f35766fb7f7dcfb8c /doc | |
parent | 725fcf4852f06e2f54469c2439d13169d5d68d09 (diff) |
Added HAProxy protocol.add/haproxy
* 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')
-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>`_. |