DNS Delegation of reverse zones

Hi, is there any way to add the records like below?

$GENERATE 0-255 $.0.10.in-addr.arpa. 86400 IN NS ns1.domain.lan.
$GENERATE 0-255 $.0.10.in-addr.arpa. 86400 IN NS ns2.domain.lan.

basically i should delegate part of some classes of addresses.

thank you.

Hi, for the forwarding of the sub-zones just enter the entry below to delegate the resolution to other dns. Can it also be done for the reverse?

dn: relativeDomainName=*,zoneName=sub.dom.test,cn=dns,dc=dom,dc=test
objectClass: dNSZone
objectClass: top
objectClass: univentionObject
univentionObjectType: dns/ns_record
dNSTTL: 79200
relativeDomainName: *
zoneName: sub.dom.test
nSRecord: otherns1.dom.test.
nSRecord: otherns2.dom.test.
Mastodon