From ec0bc603b1cd207f79769b1a4ad13782311ca995 Mon Sep 17 00:00:00 2001 From: supun983 <51007851+supun983@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:18:24 +0530 Subject: [PATCH] Update types/responsepolicy.pp Implemented as suggested Co-authored-by: Ewoud Kohl van Wijngaarden --- types/responsepolicy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/responsepolicy.pp b/types/responsepolicy.pp index 67efb46..c214af2 100644 --- a/types/responsepolicy.pp +++ b/types/responsepolicy.pp @@ -1,6 +1,6 @@ type Dns::ResponsePolicy = Array[ Struct[{ - zone => String[1], + zone => Stdlib::Fqdn, policy => Optional[Enum[ 'given', 'disabled', 'passthru', 'drop', 'nxdomain', 'nodata', 'tcp-only', 'cname'