From fe76c83b4a4cd74da0006468484bb94aeaaabb2b Mon Sep 17 00:00:00 2001 From: Robert Wunderer Date: Wed, 5 Feb 2025 14:12:55 +0100 Subject: [PATCH] feat(docs): add ClouDNS webhook provider to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4556fe101..f0230dcb0 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Known providers using webhooks: | Adguard Home Provider | https://github.com/muhlba91/external-dns-provider-adguard | | Anexia | https://github.com/ProbstenHias/external-dns-anexia-webhook | | Bizfly Cloud | https://github.com/bizflycloud/external-dns-bizflycloud-webhook | +| ClouDNS | https://github.com/rwunderer/external-dns-cloudns-webhook | | Dreamhost | https://github.com/asymingt/external-dns-dreamhost-webhook | | Efficient IP | https://github.com/EfficientIP-Labs/external-dns-efficientip-webhook | | Gcore | https://github.com/G-Core/external-dns-gcore-webhook |