From 1f13af8f7556db2c72803267c4811fd6068d39a3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 22 May 2019 16:06:09 +0200 Subject: [PATCH] Fix intel config --- intel/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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