Hi,
I wanted to have all my network devices updated in DNS, so I wrote a PHP file to do that for me.
Ended up with a DNS server on the NeDi server and made a stub-zone for my network devices.
I run this script once every hour to generate a zone file and reload Bind afterwards.
Thought that maybe someone else could find this useful...
This is written for NeDi 1.4, so you might have to change line 65 to NOT convert from long to IP if you have a newer version.
Place the file in /path_to_nedi/html/dnsGenerator.php
/Conny