Skip to content

Instantly share code, notes, and snippets.

@chappy84
chappy84 / cloudflare_dyn_dns.sh
Last active October 3, 2024 20:38
CloudFlare Dynamic DNS Shell Script - Abandonware! Use ddclient instead!
#!/bin/sh
#
# CloudFlare Dynamic DNS
#
# Updates CloudFlare records with the current public IP address
#
# Takes the same basic arguments as A/CNAME updates in the CloudFlare v4 API
# https://www.cloudflare.com/docs/client-api.html#s5.2
#
# Use with cron jobs etc.