Skip to content

Commit

Permalink
Update types/responsepolicy.pp
Browse files Browse the repository at this point in the history
Implemented as suggested

Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
  • Loading branch information
supun983 and ekohl authored Nov 28, 2024
1 parent 16c2ec4 commit ec0bc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/responsepolicy.pp
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit ec0bc60

Please sign in to comment.