TSIG with dns.query.inbound_xfr #707
-
I am trying to perform a zone transfer using zone = dns.zone.Zone(domain_name)
dns.query.inbound_xfr(ns_ip, zone) Now, I'd like to add TSIG. Does |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
You use
If you're going to try a UDP xfr, you should probably turn EDNS0 on too. |
Beta Was this translation helpful? Give feedback.
-
In the meantime, you can pass a serial to |
Beta Was this translation helpful? Give feedback.
-
Actually, I didn't merge that patch as I went for making |
Beta Was this translation helpful? Give feedback.
-
ah, got it. It's still going to be a while before we do a release as we've got some open stuff to sort out first, but I expect we'll have one before the end of 2021. |
Beta Was this translation helpful? Give feedback.
You use
dns.xfr.make_query()
and pass the query in.If you're going to try a UDP xfr, you should probably turn EDNS0 on too.