Browse Source

Merge pull request #121 from Lab-8916100448256/testing

pydantic refactoring of the config panel in bookworm
Alexandre Aubin 5 months ago
parent
commit
f23132726f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config_panel.toml

+ 1 - 1
config_panel.toml

@@ -26,7 +26,7 @@ name = "Auto-configuration"
         [main.vpn.config_file]
         ask = "Configuration file"
         type = "file"
-        accept = [ ".cube", ".ovpn", ".conf" ]
+        accept = [".cube", ".ovpn", ".conf", "application/json", "text/plain"]
         help = ".cube file recommended, .ovpn file accepted"
         bind = "/etc/openvpn/client.conf"
         redact = true