|
|
Re: AppleScript to write our ALL the domains in TEXT format?From: Len Conrad Date: Tuesday, January 1, 2002
Time: 1:29:10 pm
>The goal is to provide the domains in TEXT format for a unix based DNS
>server. Not simply a list of the files, but write out all the RECORDS in
>all the domain files in a folder. There's an Export script with 2.x, but
>it has a run-time error and only handles a single domain.
IIRC, wouldn't a zone transfer to the unix box
dig @qdns.box $domain.com axfr > db.$domain.com
... for each domain? assuming you had the list of domains in hand.
Len
|

Return to Digital Point Solutions' Home Page |