mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user