Skip to content

Instantly share code, notes, and snippets.

View SmileyMan's full-sized avatar

Steve Miles SmileyMan

View GitHub Profile
@SmileyMan
SmileyMan / update_Cloudflare_DNS.sh
Last active July 8, 2023 00:05
Update Cloudflare DNS for both IPv4 and IPv6 Bash Script
#!/bin/bash
## Account details
auth_email='fred@blogs.com'
auth_key='00000000000000000000000000000000'
## Record to update
zone_name='domain.com'
record_name='domain.com'