Hi,
I need to create a many PTR records in reverse zone.
Is there are some automation expressions.
Thanks in advance.
Hi,
I need to create a many PTR records in reverse zone.
Is there are some automation expressions.
Thanks in advance.
Hi Yuri,
I need to create a many PTR records in reverse zone.
Is there are some automation expressions.Thanks in advance.
The $GENERATE directive is BIND-specific, and not available in NSD.
You'll have to create all your PTR records in some other way, like from
a script, or a templating engine of some kind.
Regards,
Anand
I need to create a many PTR records in reverse zone.
Is there are some automation expressions.
You can use named-checkzone (from BIND9!) to convert zone files containing GENERATE statements to standard format files.
Thanks Anand.
Thanks Daisuke.