Switch default action / asking to release level experimental
There are, well, many problems...
This commit is contained in:
@@ -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)$",
|
||||
|
||||
Reference in New Issue
Block a user