summaryrefslogtreecommitdiff
path: root/types/recordentry.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 14:22:09 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 14:22:09 +0200
commit711238f45f3e1d7db3f27d30695c41d021771491 (patch)
tree1c1a0cee8579fe59cf48465a68ea82520ad539c8 /types/recordentry.pp
parentPropagate binaries. (diff)
downloaddns-711238f45f3e1d7db3f27d30695c41d021771491.tar.gz
dns-711238f45f3e1d7db3f27d30695c41d021771491.tar.xz
Create zones and records.
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],
}]