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