Hi all In my simple app, I listen for a message on port 53 UDP. Then I use dns.message.from_wire to obtain a Message object. Now I want to reply back, so I use resp = dns.message.make_response to get a skeleton for the answer. Of course I know the IP that I want to reply back as an answer to the client.
Now, how do I add the IP address to the object? Then, I think that I will do a resp.to_wire() to get the data to pass back via socket. Thanks alot. --Luca _______________________________________________ dnspython-users mailing list [email protected] http://howl.play-bow.org/mailman/listinfo.cgi/dnspython-users
