Cloudflare DDNS Update

A command-line utility which updates the value of a Cloudflare DNS record to your public IP.

$ cloudflare-ddns-update \ --record-name computer.example.com \ --zone-id f0e9d8c7b6a5f4e3d2c1b0a9f8e7d6c5 \ --auth-token Oa0-AjPVOxfFkSn05RtJ8lIJp7SzOrf3CbT3iwJk Public IP: 123.45.678.90 Successfully updated computer.example.com!

Setup

Prerequisite: Your domain must already be managed by Cloudflare.

Steps 1-3 need to only be performed once. The command in Step 4 should be set up to run periodically, such as in a cron job.

Usage

``` $ cloudflare-ddns-update --help cloudflare-ddns-update 0.1.0

USAGE: cloudflare-ddns-update --auth-token --record-name --zone-id

FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Enable verbose logging

OPTIONS: --auth-token API token generated on the "My Account" page --record-name DNS record "name" from domain "DNS" page --zone-id Zone ID from domain "Overview" page, "API" section ```

Install

$ cargo install cloudflare-ddns-update

License

Copyright 2020 Jake Wharton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.