NuclearPine / dnsup

A simple script for updating Cloudflare DNS records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dnsup

A simple script to update Cloudflare DNS records. Currently only A records are supported.

Usage

The syntax for using dnsup is:

dnsup domain ip token

where domain is the FQDN of the record to update, ip is the IPv4 address to insert into the record, and token is your Cloudflare API token. Use a token with edit permissions for a specific DNS zone.

About

A simple script for updating Cloudflare DNS records

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%