tld zone file

Barry Margolin barmar at bbnplanet.com
Fri Feb 11 16:11:51 UTC 2000


In article <87vvc1$dic$1 at nnrp1.deja.com>,  <patrick at teleport.com> wrote:
>what is the format of the tld zone file available from Network
>Soultions? Could somebody send me an entry so I can have my parser
>ready when I get the file from Network solutions?

It looks just like any other zone file you would load into BIND.  You
shouldn't need a special parser, just tell BIND to use it with:

zone "com" {
  type master;
  file "com.zone";
};

-- 
Barry Margolin, barmar at bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list