From a0d02b6cfca7df36767e59a235a1831902822242 Mon Sep 17 00:00:00 2001 From: Monviech <79600909+Monviech@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:03:28 +0100 Subject: [PATCH] www/caddy: Add new layer7 matchers to docs --- source/manual/how-tos/caddy.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/manual/how-tos/caddy.rst b/source/manual/how-tos/caddy.rst index 7ee35de8..62f290e2 100644 --- a/source/manual/how-tos/caddy.rst +++ b/source/manual/how-tos/caddy.rst @@ -681,13 +681,16 @@ A Layer 7 matcher checks the first bytes of a TCP/UDP packet and decides which p There are additional matchers for all kinds of protocols, including: * DNS -* HTTP (with and without Host Header evaluation) +* HTTP (with optional Host Header evaluation) +* OpenVPN (with optional TLS static key evaluation) * Postgres * Proxy Protocol +* QUIC (with optional Client Hello evaluation) * RDP * SOCKSv4/v5 * SSH -* TLS (with and without Client Hello evaluation) +* TLS (with optional Client Hello evaluation) +* Winbox * Wireguard * XMPP