[Twisted-web] Re: Twisted-web Digest, Vol 28, Issue 8

Yunier Rojas García onemoverx at gmail.com
Fri Jul 7 01:12:37 CDT 2006


I want to make it from scratch, importing modules, but when I receive a
message I can't find the way to send it back with the correct answer, and in
the dns client (nslookup) says "no answer".

On 7/6/06, twisted-web-request at twistedmatrix.com <
twisted-web-request at twistedmatrix.com> wrote:
>
> Send Twisted-web mailing list submissions to
>         twisted-web at twistedmatrix.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
> or, via email, send a message with subject or body 'help' to
>         twisted-web-request at twistedmatrix.com
>
> You can reach the person managing the list at
>         twisted-web-owner at twistedmatrix.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Twisted-web digest..."
>
>
> Today's Topics:
>
>    1. twisted names server ( Yunier Rojas Garc?a )
>    2. Re: twisted names server (Stephen Thorne)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 5 Jul 2006 19:11:30 -0700
> From: " Yunier Rojas Garc?a " <onemoverx at gmail.com>
> Subject: [Twisted-web] twisted names server
> To: twisted-web at twistedmatrix.com
> Message-ID:
>         <9f45496e0607051911p7c675637k489126fa07f77aaa at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> can anyone please tell me how can I make a simple dns server using
> twisted.names?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://twistedmatrix.com/pipermail/twisted-web/attachments/20060705/7c889d33/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Thu, 6 Jul 2006 13:02:53 +1000
> From: Stephen Thorne <stephen at thorne.id.au>
> Subject: Re: [Twisted-web] twisted names server
> To: Twisted Web World <twisted-web at twistedmatrix.com>
> Message-ID:
>         <20060706030253.29014.1646699407.divmod.quotient.24248 at ohm>
> Content-Type: text/plain; format=flowed; charset=utf-8
>
> On Wed, 5 Jul 2006 19:11:30 -0700, Yunier Rojas García <
> onemoverx at gmail.com> wrote:
> >can anyone please tell me how can I make a simple dns server using
> >twisted.names?
> >
>
> This is the wrong list for this question, but the answer is simple enough
> to simply present:
>
> # read the help
> mktap dns --help
>
> # create the tap file
> mktap names
>
> # test the tap file
> twistd --nodaemon --file=dns.py
>
> # run the tap as a daemon
> twistd --file=dns.py
>
> I recommend possibly using the twistd --no_save option, to stop a
> dns-shutdown.tap file from being created (it's something so you can
> restart the server including all of its state, you probably don't need
> that).
>
> Stephen.
>
>
>
> ------------------------------
>
> _______________________________________________
> Twisted-web mailing list
> Twisted-web at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
>
>
> End of Twisted-web Digest, Vol 28, Issue 8
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-web/attachments/20060706/d92df21b/attachment.htm


More information about the Twisted-web mailing list