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