Add query timeout for dns-rfc2136 plugin (#8268)

* Add timeout to DNS query function calls

* Modify tests to account for new timeout variable

* Add change to CHANGELOG

* Add `dns.exception.Timeout` to exception handler

* Move changelog to 1.10.0
This commit is contained in:
osirisinferi
2020-10-09 13:13:46 -07:00
committed by GitHub
parent 631c88b209
commit 725870d558
3 changed files with 19 additions and 14 deletions
+1
View File
@@ -6,6 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Added
* Added timeout to DNS query function calls for dns-rfc2136 plugin.
*
### Changed