From 1b176b52933ef850e4eb374f572cb0571d97fe2b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 24 Nov 2020 15:50:45 +0100 Subject: [PATCH] dnsdist: Fix 'TVL' -> 'TLV' typo --- pdns/dnsdistdist/docs/rules-actions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 9289996704..6e6679cf5f 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -766,7 +766,7 @@ These ``DNSRule``\ s be one of the following items: .. versionadded:: 1.6.0 - Matches queries that have a proxy protocol TVL value of the specified type. If ``value`` is set, + Matches queries that have a proxy protocol TLV value of the specified type. If ``value`` is set, the content of the value should also match the content of ``value``. :param int type: The type of the value, ranging from 0 to 255 (both included) -- 2.47.3