From 70b6832e575235f1bdfbd0fa54e6cd6b9817fc35 Mon Sep 17 00:00:00 2001 From: Guillaume Perrin Date: Tue, 20 May 2025 13:41:01 +0200 Subject: [PATCH] docs: unbound webhook Add unbound Webhook to the README file Signed-off-by: Guillaume Perrin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4eebfd14..d3aa4ec6c 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Known providers using webhooks: | OpenWRT | https://github.com/renanqts/external-dns-openwrt-webhook | | RouterOS | https://github.com/benfiola/external-dns-routeros-provider | | STACKIT | https://github.com/stackitcloud/external-dns-stackit-webhook | +| Unbound | https://github.com/guillomep/external-dns-unbound-webhook | | Unifi | https://github.com/kashalls/external-dns-unifi-webhook | | Vultr | https://github.com/vultr/external-dns-vultr-webhook | | Yandex Cloud | https://github.com/ismailbaskin/external-dns-yandex-webhook/ |