You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A Cloudflare Worker script that provides a UniFi-compatible DDNS API to dynamica
4
4
5
5
## Why?
6
6
7
-
UniFi Dream Machine Pro (UDM-Pro) users may need to update Cloudflare domain name DNS records when their public IP address changes. UniFi does not natively support Cloudflare as a DDNS provider.
7
+
UniFi Dream Machine Pro (UDM-Pro) or UniFi Security Gateway (USG) users may need to update Cloudflare domain name DNS records when their public IP address changes. UniFi does not natively support Cloudflare as a DDNS provider.
8
8
9
9
### Configuring Cloudflare
10
10
@@ -32,7 +32,7 @@ Ensure you have a Cloudflare account and your domain is configured to point to C
32
32
### Configuring UniFi OS
33
33
34
34
1. Log in to your [UniFi OS Controller](https://unifi.ui.com/).
35
-
2. Navigate to Settings > Internet > WAN and scroll down to **Dynamic DNS**.
35
+
2. Navigate to Settings > Internet > WAN and scroll down to **Dynamic DNS**.
36
36
3. Click **Create New Dynamic DNS** and provide:
37
37
-`Service`: Choose `dyndns`.
38
38
-`Hostname`: Full subdomain and hostname to update (e.g., `subdomain.mydomain.com`, `mydomain.com` for root domain).
@@ -41,15 +41,25 @@ Ensure you have a Cloudflare account and your domain is configured to point to C
0 commit comments