]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
doc/protocol-options.rst: Correct default for --allow-compression
authorRichard T Bonhomme <stringvest88@gmail.com>
Mon, 29 Nov 2021 16:55:38 +0000 (16:55 +0000)
committerGert Doering <gert@greenie.muc.de>
Sun, 5 Dec 2021 17:55:30 +0000 (18:55 +0100)
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211129165538.2948077-1-tincantech@protonmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23268.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/protocol-options.rst

index f4be6f984748b758fe6da4173d7c96a789040407..1c6b1200049d98a9330aa8c14d7436119f2cad80 100644 (file)
@@ -18,13 +18,13 @@ configured in a compatible way between both the local and remote side.
 
   The ``mode`` argument can be one of the following values:
 
-  :code:`asym`  (default)
+  :code:`asym`
       OpenVPN will only *decompress downlink packets* but *not compress
       uplink packets*.  This also allows migrating to disable compression
       when changing both server and client configurations to remove
       compression at the same time is not a feasible option.
 
-  :code:`no`
+  :code:`no`  (default)
       OpenVPN will refuse any non-stub compression.
 
   :code:`yes`