Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriteach committed Jun 27, 2024
1 parent 7904223 commit e5a2e5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

This Cloudflare Worker accepts parameters specified under `Settings > Internet > WAN > Dynamic DNS > custom` which `UniFi OS` uses to call whenever an IP change is detected. The Cloudflare Worker then calls Cloudflare DNS API to update the specified DNS A record with the new IP address.

Based on the implementation from - https://github.com/willswire/unifi-ddns⁠ - Thanks!

## Cloudflare requirements

You need to be using Cloudflare for you domain which means using Cloudflare nameservers and managing your domains DNS within Cloudflare.
Expand Down Expand Up @@ -52,3 +54,4 @@ Test the setup and force a manual update on a UDM-Pro -

- For subdomains (example - `subdomain.domain.com`) - create an A record manually in Cloudflare DNS first.
- For errors with hostname resolution (`inadyn[2173778]: Failed resolving hostname https: Name or service not known`), remove `https://` from the `Server` field
- If a second domain is required - `Create New Dynamic DNS` in UniFi OS and use the service `dyndns` with the same setup as above

0 comments on commit e5a2e5f

Please sign in to comment.