[Twisted-Python] Writing a simple nameserver

Yves Glodt y.glodt at sitasoftware.lu
Wed Aug 9 10:24:59 EDT 2006


Hello,

I have a database which contains a list of hosts with their IP-addresses, and 
I need to be able to connect to them by their name.

The plan is to write a simple daemon using twisted names which accepts the dns 
query, looks up the requested address in the database, and answers the dns 
query.

How would I do that with twisted names?

p.s.
(I skimmed over the documentation but got blinded by "Undocumented" labels.)


Best regards,
Yves




More information about the Twisted-Python mailing list