Last week I wrote about aDNS discovery feature in Etcd. As a step in the
whole process we need to create DNS records in twindb.com zone.
CloudFlare provides rich API to work with it. We wrapped it into a
Python module twindb_cloudflare
and opensourced it:
- Source code: https://github.com/twindb/twindb_cloudflare
- Documentation: https://twindb-cloudflare.readthedocs.io
- PyPi package: https://pypi.python.org/pypi/twindb_cloudflare
In the post I will show how to use twindb_cloudflare module.
CloudFlare API …
[Read more]