From ed682406070345a116043010369b4b37f485d622 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 16 Jan 2023 12:14:11 +0100 Subject: [PATCH] DOC: config: mention the missing "quic4@" and "quic6@" in protocol prefixes These two variants were missing from the section on protocol prefixes. --- doc/configuration.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index e5edd8373..3054029fb 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -24095,6 +24095,20 @@ report this to the maintainers. 11.3 Protocol prefixes ---------------------- +'quic4@
[:port1[-port2]]' following
is always considered as + an IPv4 address but socket type is forced to + "datagram" and the transport method is forced + to "stream". Depending on the statement using + this address, a UDP port or port range can or + must be specified. + +'quic6@
[:port1[-port2]]' following
is always considered as + an IPv6 address but socket type is forced to + "datagram" and the transport method is forced + to "stream". Depending on the statement using + this address, a UDP port or port range can or + must be specified. + 'tcp@
[:port1[-port2]]' following
is considered as an IPv4 or IPv6 address depending of the syntax but socket type and transport method is forced to