mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Add ExternalOptType to config option
This commit is contained in:
parent
cd97203527
commit
8109f11096
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ func init() {
|
|||
Description: "Cipher to use for the Fortuna RNG. Requires restart to take effect.",
|
||||
ExpertiseLevel: config.ExpertiseLevelDeveloper,
|
||||
OptType: config.OptTypeString,
|
||||
ExternalOptType: "string list",
|
||||
DefaultValue: "aes",
|
||||
ValidationRegex: "^(aes|serpent)$",
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue