dns-rfc2136: use TCP to query SOA records (#7503)

* Use tcp query on dns-rfc2136 plugin

To improve network robust; fixes #7502.

* Update CHANGELOG.md

* Fix dns-rfc2136 test cases

* Add UDP fallback to dns-rfc2136
This commit is contained in:
Shell Chen
2019-11-07 18:37:11 +01:00
committed by Adrien Ferrand
parent b84edfd39a
commit f4f16605ed
3 changed files with 23 additions and 4 deletions
+1
View File
@@ -61,6 +61,7 @@ More details about these changes can be found on our GitHub repo.
* acme.standalone.BaseRequestHandlerWithLogging and
acme.standalone.simple_tls_sni_01_server have been deprecated and will be
removed in a future release of the library.
* certbot-dns-rfc2136 now use TCP to query SOA records.
### Fixed