Jack wrote:
> No, it's very low level :)
> Please post back if you find a good solution (or have built something that
> you want to
> open source :)
>
The same if you find or create it
Xan.
> > Well, thanks, but I think it's so few for beginning. ,-(
> > Is it not any high-level DNS class?
No, it's very low level :)
Please post back if you find a good solution (or have built something that
you want to
open source :)
> Well, thanks, but I think it's so few for beginning. ,-(
> Is it not any high-level DNS class? E!!!
>
> Regards,
> Xan.
>
> Jack wrote:
>> I was looking for s
Well, thanks, but I think it's so few for beginning. ,-(
Is it not any high-level DNS class? E!!!
Regards,
Xan.
Jack wrote:
> I was looking for something like that. I came across this:
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/491264
> It's not ready to use but you can mo
I was looking for something like that. I came across this:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/491264
It's not ready to use but you can modify it.
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I'm new in python. I know that there are several classes fo
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
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.
--
http://mail.python.org/mailman/listinfo/python-list
Jean-Paul Calderone wrote:
...
> Twisted includes a DNS server which is trivially configurable to perform
> this task. Take a look.
>
> http://twistedmatrix.com/
> http://twistedmatrix.com/projects/names/documentation/howto/names.html
>
> Jean-Paul
On a tangential note:
If you want a DNS
On 24 Jul 2006 14:45:25 -0700, [EMAIL PROTECTED] wrote:
>Hi,
>
>I'm new in python. I know that there are several classes for writing
>dns servers, but I don't understand it
>
>I just want to know if anyone could help me in writing a code for
>minimal authoritative dns server. I would like that anyo
Hi,
I'm new in python. I know that there are several classes for writing
dns servers, but I don't understand it
I just want to know if anyone could help me in writing a code for
minimal authoritative dns server. I would like that anyone show me the
code, minimal, for learn how expand it.
The cod