micro authoritative dns server

xan2 at ono.com xan2 at ono.com
Tue Jul 25 12:15:10 EDT 2006


Lawrence D'Oliveiro wrote:
> In message <1153777525.305785.168650 at i42g2000cwa.googlegroups.com>,
> xan2 at ono.com 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.




More information about the Python-list mailing list