On Wed, 5 Jul 2006 19:11:30 -0700, Yunier Rojas García <[EMAIL PROTECTED]> 
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
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to