From 0c39b6eb4902ca80cf18f16305e0cb54619daa23 Mon Sep 17 00:00:00 2001 From: Aleksei Sviridkin Date: Sat, 22 Nov 2025 19:44:33 +0300 Subject: [PATCH] docs: add UniFi webhook provider to README (#5967) Add alternative UniFi webhook provider implementation. Signed-off-by: Aleksei Sviridkin Co-authored-by: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac5c8959c..55ffab731 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ from the usage of any externally developed webhook. | 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 | +| UniFi | https://github.com/lexfrei/external-dns-unifios-webhook | | Volcengine Cloud | https://github.com/volcengine/external-dns-volcengine-webhook | | Vultr | https://github.com/vultr/external-dns-vultr-webhook | | Yandex Cloud | https://github.com/ismailbaskin/external-dns-yandex-webhook/ |