summaryrefslogtreecommitdiff
path: root/types/recordentry.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--types/recordentry.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/types/recordentry.pp b/types/recordentry.pp
index adcca7d..95a8045 100644
--- a/types/recordentry.pp
+++ b/types/recordentry.pp
@@ -4,4 +4,5 @@ type Dns::Recordentry = Struct[{
type => Dns::Rr,
ttl => Optional[Dns::Ttl],
dns_class => Optional[Dns::Class],
+ dns_name => Optional[String],
}]