Commit graph

12 commits

Author SHA1 Message Date
Adrian Likins
82771ed755 Add a 'requirements:' field to cloudflare_dns doc (#2631)
cloudflare_dns.py makes use of the python
2.6 features (the string .format() method).
2016-08-23 13:08:42 -04:00
Donovan Jones
fd235289dd Update comment for ttl parameter to indicate 2-119 seconds is invalid (#2546) 2016-07-20 07:59:48 +02:00
Michael Grüner
4debfcc241 cloudflare_dns: Improve error handling (#2470)
Use the new "body" field of the info dict in case of a HTTPError.
2016-06-23 22:15:55 +02:00
Michael Gruener
46cebbb83d cloudflare_dns: Cosmetic cleanup 2016-03-25 21:08:25 +01:00
Michael Gruener
9db7e2a455 cloudflare_dns: normalize return value and docs 2016-03-25 21:04:19 +01:00
Michael Gruener
82989ce473 cloudflare_dns: Cleanup record update handling 2016-03-25 19:41:18 +01:00
Michael Gruener
71961134be cloudflare_dns: Allow CNAME content updates 2016-03-25 19:19:11 +01:00
Michael Gruener
396d44c4b3 cloudflare_dns: Fix solo SRV record creation 2016-03-25 18:23:52 +01:00
Michael Gruener
7477fe5141 cloudflare_dns: Fix SRV record idempotency 2016-03-25 18:07:50 +01:00
Michael Gruener
879410a94e cloudflare_dns: Fix wrong variable name 2016-03-21 21:47:26 +01:00
Rene Moser
233869abc9 cloudflare_dns: minor code improvments
Tweaked some things on top of the well done PR #1768

- json import
- fix expetion handling
- fix indentation
2016-03-19 00:02:33 +01:00
Michael Gruener
8b63aea89b Module to manage Cloudflare DNS records 2016-03-18 19:22:25 +01:00