Enable encryption by default

This commit is contained in:
Povilas Kanapickas
2021-10-28 14:19:22 +03:00
parent fce7615e42
commit bfa8964305
5 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
The `--enable-crypto` command line option has been made the default to reduce chances of accidental security mishaps when configuring Barrier from command line.
A new `--disable-crypto` command line option has been added to explicitly disable encryption.