Skip to content

Instantly share code, notes, and snippets.

@eaxsi
eaxsi / update-do-dns-A-AAAA.sh
Last active October 18, 2024 06:27 — forked from V1ncNet/update-do-dns.sh
Update a DNS record dynamically on DigitalOcean with a Shell Script
#!/bin/bash
#########################################################################
# #
# DNS A & AAAA Record Updater #
# #
# Purpose: Update DNS A and AAAA Records on DigitalOcean via the API #
# #
# Description: Modified version of original update-do-dns.sh #
# https://gist.github.com/V1ncNet/cc7615c6b6bde7248d6c5bc9e0335d6d #