Using Python to send a DNS update packet
Gabriel Genellina
gagenellina at softlab.com.ar
Wed Dec 24 14:48:50 EST 2003
More information about the Python-list mailing list
Wed Dec 24 14:48:50 EST 2003
- Previous message (by thread): Using Python to send a DNS update packet
- Next message (by thread): Using Python to send a DNS update packet
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 24/12/2003 18:29, you wrote: >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 ? Search for pydns or dnslib. One of them was dead and replaced by another project but I dont remember. Gabriel Genellina Softlab SRL
- Previous message (by thread): Using Python to send a DNS update packet
- Next message (by thread): Using Python to send a DNS update packet
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list