From 6ee9d3f8fd357efe9e0980677580fd505aabf846 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 22 Mar 2025 23:48:44 -0400 Subject: [PATCH] update README to denote fork --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 22814ed..3ab2d03 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Dynamic DNS Updates with Cloudflare +> [!NOTE] +> This program was originally written by [mxmlndml]. This fork merely +> optimizes the docker image with better (more optimized) compiles flags +> and strips out the entire Go runtime from the final image (making the final +> image <3MB instead of ~900MB). Go thank him for his work developing this, not +> me ;) + ![cloudflare-dynamic-dns](https://github.com/mxmlndml/cloudflare-dynamic-dns/assets/42516330/fc6e7c3e-eb96-4fdf-924e-cf86dab70b4b) This Docker container offers a straightforward and efficient solution for @@ -64,3 +71,5 @@ breakdown of the available configuration variables: - **`INTERVAL`** _defaults to `5`_ \ Time interval in minutes between DNS updates + +[1]: github.com/mxmlndml/cloudflare-dynamic-dns