From 43696caa52f98f00bce5a921cc9fe94e1f4ae453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20HANNEBERT?= Date: Wed, 4 Jan 2023 22:42:09 +0100 Subject: [PATCH] config panel, add default to encryption --- config_panel.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index 76ced17..45968a0 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -13,3 +13,11 @@ services = ["__APP__"] no = "false" help = "Enables end to bridge encryption" bind = "encryption>allow:__FINALPATH__/config.yaml" + + [encryption.config.default] + ask = "Default to encryption" + type = "boolean" + yes = "true" + no = "false" + help = "Default to encryption, force-enable encryption in all portals the bridge creates" + bind = "encryption>default:__FINALPATH__/config.yaml" \ No newline at end of file