Lawrence D'Oliveiro wrote: > In message <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] wrote: > > > I just want to know if anyone could help me in writing a code for > > minimal authoritative dns server. > > You'll probably need to start by reading and understanding RFC1034 and > RFC1035.
Yes. But these documents are low-level documents and implementation of that is terrible (I admire people who write code for low-level projects like http://www.dnspython.org/). I would like more high-level code: in principle, the programmer who writes his/her own dns should don't matter if the dns server has to pass certain RR or another, else he/she should matter in other high-level things For that, probably using dnspython, I wanted if anyone could show me the simplest high-level code for a authoritative dns server. DNS server that only answers to the request of hosts that programmer add to one list. Thanks, Xan. -- http://mail.python.org/mailman/listinfo/python-list