From 8f553fd5d626ea9541de914764dd120590054bd7 Mon Sep 17 00:00:00 2001 From: Linfeng Li Date: Wed, 25 May 2022 19:12:44 -0400 Subject: [PATCH] Add an undocumented flag With v2.4.0, by default, `barrierc.exe` launches with `--enable-crypto` enabled. I tested on Win 10 that `--disable-crypto` actually works. --- Command-Line.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Command-Line.md b/Command-Line.md index 930dde4..6b7ac18 100644 --- a/Command-Line.md +++ b/Command-Line.md @@ -194,6 +194,7 @@ Options: --no-tray disable the system tray icon. --enable-drag-drop enable file drag & drop. --enable-crypto enable the crypto (ssl) plugin. + --disable-crypto disable the crypto (ssl) plugin when launching the client connection. --profile-dir use named profile directory instead. -f, --no-daemon run in the foreground. --daemon run as a daemon. (*) @@ -619,4 +620,4 @@ e.g. ---- \ No newline at end of file +---