Fix intel config

This commit is contained in:
Daniel
2019-05-22 16:06:09 +02:00
parent 3f66df222e
commit 1f13af8f75

View File

@@ -32,7 +32,7 @@ func prep() error {
ExpertiseLevel: config.ExpertiseLevelExpert,
OptType: config.OptTypeStringArray,
DefaultValue: defaultNameServers,
ValidationRegex: "^(dns|tcp|tls|https)$",
ValidationRegex: "^(dns|tcp|tls|https)|[a-z0-9\\.|-]+$",
})
if err != nil {
return err