Skip to content

Commit 14fdbfa

Browse files
authored
Update managing-dynamic-ip-addresses.mdx
Remove 'DNS-O-Matic' as it is not longer available. Add 'Dynamic-DNS-Record-Updater-For-CloudFlare'
1 parent 80b2c1b commit 14fdbfa

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/content/docs/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ Create a script to monitor IP address changes and then have that script push cha
1414

1515
## ddclient
1616

17-
[ddclient](https://github.com/ddclient/ddclient) is a third-party Perl client used to update dynamic DNS entries for accounts on various DNS providers.
17+
[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.
1818

19-
## DNS-O-Matic
19+
## Dynamic-DNS-Record-Updater-For-CloudFlare
2020

21-
[DNS-O-Matic](https://dnsomatic.com/docs/) is a third-party tool that announces dynamic IP changes to multiple services.
21+
This [third-party C# client](https://github.com/SunsetQuest/Dynamic-DNS-Record-Updater-For-CloudFlare/) can update several DNS entries dynamicly for a zone.
22+
Configuration requires the following information:
2223

23-
Configuration of DNS-O-Matic requires the following information:
24-
25-
* **Email**: `<CLOUDFLARE ACCOUNT EMAIL ADDRESS>` (associated account must have sufficient privileges to manage DNS)
24+
* **Zone Id**: `<CLOUDFLARE ZONE ID>` (associated ZoneID to manage DNS)
2625
* **API Token**: `<CLOUDFLARE GLOBAL API KEY>` (for details refer to [API Keys](/fundamentals/api/get-started/keys/))
27-
* **Domain**: `<example.com>`
28-
* **Hostname**: *dynamic*
26+
* **Domains**: `["git.example.com", "example.com"]`
27+
* **FrequencyToCheckInMinutes**: `120` (Default)

0 commit comments

Comments
 (0)