mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Stop caching the results of ipv6_info in http01.py (#6411)
Stop caching the results of ipv6_info in http01.py. A call to choose_vhosts might change the ipv6 results of later calls. Add tests for this and default_listen_addresses more broadly.
This commit is contained in:
@@ -16,6 +16,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
* Match Nginx parser update in allowing variable names to start with `${`.
|
||||
* Correct OVH integration tests on machines without internet access.
|
||||
* Stop caching the results of ipv6_info in http01.py
|
||||
|
||||
## 0.27.1 - 2018-09-06
|
||||
|
||||
|
||||
Reference in New Issue
Block a user