Using Python to send a DNS update packet

Sean 'Shaleh' Perry shaleh at speakeasy.net
Wed Dec 24 15:19:58 EST 2003


On Wednesday 24 December 2003 10:29, Matt Whiteley wrote:
> Hello all,
>
> I want to use Python to send a request to a Microsft DNS server to tell it
> to update an A record. Ideally, this would be a secure update but
> primarily, an unsecure one would do. Are there any python modules that will
> let me do it or is there some code knocking around I could use ?
>
> Thanks
> Matt

twisted is a project to give easy networking support to python.  Should get 
you up and running pretty quickly.






More information about the Python-list mailing list