diff --git a/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx b/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx index 5c7d251f9792a0..51f08b05ec4b23 100644 --- a/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx +++ b/src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx @@ -14,15 +14,14 @@ Create a script to monitor IP address changes and then have that script push cha ## ddclient -[ddclient](https://github.com/ddclient/ddclient) is a third-party Perl client used to update dynamic DNS entries for accounts on various DNS providers. +[ddclient](https://github.com/ddclient/ddclient) is a third-party Perl client used to update dynamic DNS entries for accounts on various DNS providers. It works on Linux, macOS, or any other UNIX systems. -## DNS-O-Matic +## Dynamic-DNS-Record-Updater-For-Cloudflare -[DNS-O-Matic](https://dnsomatic.com/docs/) is a third-party tool that announces dynamic IP changes to multiple services. +This [third-party C# client](https://github.com/SunsetQuest/Dynamic-DNS-Record-Updater-For-CloudFlare/) can update several DNS entries dynamicly for a zone. +Configuration requires the following information: -Configuration of DNS-O-Matic requires the following information: - -* **Email**: `` (associated account must have sufficient privileges to manage DNS) +* **Zone Id**: `` (associated ZoneID to manage DNS) * **API Token**: `` (for details refer to [API Keys](/fundamentals/api/get-started/keys/)) -* **Domain**: `` -* **Hostname**: *dynamic* +* **Domains**: `["git.example.com", "example.com"]` +* **FrequencyToCheckInMinutes**: `120` (Default)