From 17ca8237c2872d6949ed2f989899ca50e238fe00 Mon Sep 17 00:00:00 2001 From: Ryan Mahaffey Date: Fri, 26 Apr 2024 14:08:07 -0400 Subject: [PATCH] Add `dyndns` back for `Service` in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b022e..4fabc15 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Ensure you have a Cloudflare account and your domain is configured to point to C 1. Log in to your [UniFi OS Controller](https://unifi.ui.com/). 2. Navigate to Settings > Internet > WAN and scroll down to **Dynamic DNS**. 3. Click **Create New Dynamic DNS** and provide: - - `Service`: Choose `custom`. + - `Service`: Choose `custom` or `dyndns`. - `Hostname`: Full subdomain and hostname to update (e.g., `subdomain.mydomain.com` or `mydomain.com` for root domain). - `Username`: Domain name containing the record (e.g., `mydomain.com`). - `Password`: Cloudflare API Token.