Subject: Re: Dynamic DNS
To: John <netbsd-help@netbsd.org, john@icculus.net>
From: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
List: netbsd-help
Date: 10/01/2000 15:08:04
In article <39C19297.FB3684EA@icculus.net> you wrote:
> I can retrieve records with the perl module just fine, but any
> modifications fail.  I created the zone file by hand and left the RR(s)
> I wanted to create out.  Should I try to create the entire zone file
> using dynamic update?  Are there any good docs on this out there I may
> not have read?  Does Net::DNS not work well and I should try a different
> lang like C (examples would be great)?  Any help would be greatly
> apreciated.  Thanks

I've had another look, and after uinstalling pkgsrc/net/p5-Net-DNS,
it seems you can get some fairly detailed docs with:

	perldoc Net::DNS
	perldoc Net::DNS::Update

Hope this helps!


 - Hubert