Submitting dynamic DNS updates in python
I'd been looking for an equivalent to the UNIX nsupdate facility ( https://linux.die.net/man/8/nsupdate) for RFC2136 compliant updates (to a standard Windows or UNIX DNS server), but in python. I found https://github.com/rthalley/dnspython Although the examples were extremely limited (there was…