From 0d979531f68bbf345e3ee9f1a17be0dd3b40dfce Mon Sep 17 00:00:00 2001 From: Niek Berenschot Date: Mon, 17 Mar 2025 20:32:17 +0100 Subject: [PATCH] Update managing-dynamic-ip-addresses.mdx Add Go application specific for Cloudflare --- .../how-to/managing-dynamic-ip-addresses.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx b/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx index 28e525af1b4b02f..c1ea55e3d9fb986 100644 --- a/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx +++ b/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx @@ -26,3 +26,7 @@ Configuration of DNS-O-Matic requires the following information: * **API Token**: `` (for details refer to [API Keys](/fundamentals/api/get-started/keys/)) * **Domain**: `` * **Hostname**: *dynamic* + +## Cloudflare DDNS + +[Cloudflare DDNS](https://github.com/Aureum-Cloud/Cloudflare-DDNS) is a Go-based tool designed to automatically update your Cloudflare DNS records with your dynamic IP address. It has been thoroughly tested to work seamlessly in both Docker and Kubernetes environments.