Add ExternalOptType to config option

This commit is contained in:
Daniel 2018-10-05 22:20:38 +02:00
parent cd97203527
commit 8109f11096

View file

@ -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)$",
})