diff --git a/intel/config.go b/intel/config.go index e9328ca7..0f20ee3f 100644 --- a/intel/config.go +++ b/intel/config.go @@ -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