Switch default action / asking to release level experimental

There are, well, many problems...
This commit is contained in:
Daniel
2020-05-20 15:36:11 +02:00
parent 4671535691
commit 26fd447700
2 changed files with 3 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ func registerConfiguration() error {
Description: `The default filter action when nothing else permits or blocks a connection.`,
Order: cfgOptionDefaultActionOrder,
OptType: config.OptTypeString,
ReleaseLevel: config.ReleaseLevelExperimental,
DefaultValue: "permit",
ExternalOptType: "string list",
ValidationRegex: "^(permit|ask|block)$",