Skip to content

Instantly share code, notes, and snippets.

View aklef's full-sized avatar
🏠
DM me! I'm working from home

Andréas aklef

🏠
DM me! I'm working from home
View GitHub Profile
@aklef
aklef / cf-ddns.sh
Last active October 17, 2016 03:51 — forked from benkulbertis/cloudflare-update-record.sh
Cloudflare API v4 Dynamic DNS updater for BSD Bash
#!/bin/sh
#
# 10/16/2016
# Cloudflare api script written in bash
#
# Using crontab, you should schedule this to run daily
# Something like: 0 */12 * * * (for noon and midnight)
# CHANGE THESE
cf_email="user@example.com"