Skip to content

Instantly share code, notes, and snippets.

View robkwork's full-sized avatar

Rob Kennedy robkwork

View GitHub Profile
@magnific0
magnific0 / dns_rfc2136.py
Last active June 20, 2019 17:44
ORACLE Dyn.com LetsEncrypts DNS authentication fix
"""DNS Authenticator using RFC 2136 Dynamic Updates."""
import logging
import dns.flags
import dns.message
import dns.name
import dns.query
import dns.rdataclass
import dns.rdatatype
import dns.tsig