From 3222a6c54ccc398058e7516073d439f13e8aee1e Mon Sep 17 00:00:00 2001 From: mkelcik Date: Mon, 1 May 2023 12:43:19 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34bb29a..698f1b4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +https://github.com/mkelcik/cloudflare-ddns-update/actions/workflows/quality-checks.yml/badge.svg + ## What is Cloudflare Dynamic DNS? DNS records are static, and it does not play well with dynamic IP addresses. Now, to solve that problem, you’ll need to set up dynamic DNS. Cloudflare provides an API that allows you to manage DNS records programmatically. @@ -59,4 +61,4 @@ docker run -e CLOUDFLARE_DNS_TO_CHECK=my.testdomain.com,your.testdomain.com -e C ### Contributing -Feel free to contribute and pls report bugs. Thanks \ No newline at end of file +Feel free to contribute and pls report bugs. Thanks From bbcc6eaa449d9bb527b7f153f1a149bd903c1762 Mon Sep 17 00:00:00 2001 From: mkelcik Date: Mon, 1 May 2023 12:44:40 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698f1b4..8b9266d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -https://github.com/mkelcik/cloudflare-ddns-update/actions/workflows/quality-checks.yml/badge.svg +![Code and security checks](https://github.com/mkelcik/cloudflare-ddns-update/actions/workflows/quality-checks.yml/badge.svg) ## What is Cloudflare Dynamic DNS? DNS records are static, and it does not play well with dynamic IP addresses. Now, to solve that problem, you’ll need to set up dynamic DNS. Cloudflare provides an API that allows you to manage DNS records programmatically.