dns-google: fix condition to don't use private dns zones (#9744)

* dns-google: fix condition to don't use private dns zones

* update MD

* Fix condition

* fix condition

* update testdata

* fix identation

* update tests

* update changelog

* Update dns_google.py

* add test for split horizon dns google

* add dnsName to managed zones
This commit is contained in:
Paulo Dias
2023-08-27 01:19:38 +02:00
committed by GitHub
parent 579b39dce1
commit b1978ff188
5 changed files with 42 additions and 14 deletions
+1
View File
@@ -18,6 +18,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
* Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp()
* Filter zones in `certbot-dns-google` to avoid usage of private DNS zones to create records
More details about these changes can be found on our GitHub repo.