Skip to main content

CloudFlare Dynamic DNS updater

Project description

# Cloudflare DNS client

Use the Cloudflare API to keep records up to date with your current IP address(es).

You could run it from your crontab every five minutes or so.

This will add/update an A/AAAA record for domain.tld with your external IP address: `*/5 * * * * cf-ddns.py --name domain.tld`

Make sure CF_EMAIL and CF_TOKEN environment variables are set.

Execute cf-ddns.py -h for list of arguments.

If you want to use Sentry for alerts, set the DSN in the SENTRY_DSN environment variable.

## Requirements: - A Cloudflare account and domain name. - Python 3.4 or newer - Requests (https://github.com/kennethreitz/requests) - Optional: Raven (for Sentry alerting)

## Disclaimer: This software is provided as is. It should be safe, but don’t blame me if your computer blows up. It is tested on Ubuntu 16.10 with Python 3.5.2.

## Installation: `pip install --upgrade cf-ddns`

Optionally with Sentry alerting:

`pip install --upgrade cf-ddns[sentry]`

Twitter: https://twitter.com/maedox/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cf_ddns-1.0.3-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page