[PR #71] [MERGED] Cloudflare: get identifier automatically and supports ipv6 #602

Closed
opened 2025-11-20 04:25:24 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/71
Author: @qdm12
Created: 5/30/2020
Status: Merged
Merged: 5/30/2020
Merged by: @qdm12

Base: masterHead: cloudflare-ipv6


📝 Commits (3)

  • b4bc1e3 Get identifier automatically and supports ipv6
  • f9564da Add ip_version documentation for Cloudflare
  • f60f7b6 Remove Cloudflare ipv6 non-support check

📊 Changes

3 files changed (+85 additions, -22 deletions)

View changed files

📝 README.md (+1 -1)
📝 internal/params/consistency.go (+1 -1)
📝 internal/settings/cloudflare.go (+83 -20)

📄 Description

  • Gets identifier using fqdn and zone identifier automatically
  • Verifies ip address has changed before trying to update it
  • Supports AAAA / ipv6 record updates

Once merged:

  • Remove Wiki page on Cloudflare setup

Refers to #53


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/71 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 5/30/2020 **Status:** ✅ Merged **Merged:** 5/30/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `cloudflare-ipv6` --- ### 📝 Commits (3) - [`b4bc1e3`](https://github.com/qdm12/ddns-updater/commit/b4bc1e302a21d3c976158abfa1d3d5ea097182fb) Get identifier automatically and supports ipv6 - [`f9564da`](https://github.com/qdm12/ddns-updater/commit/f9564da51ec4d3a2d977f2ad995f7fff3343fe01) Add ip_version documentation for Cloudflare - [`f60f7b6`](https://github.com/qdm12/ddns-updater/commit/f60f7b64383d19f8b2fe34065b07365d70fa0b52) Remove Cloudflare ipv6 non-support check ### 📊 Changes **3 files changed** (+85 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `internal/params/consistency.go` (+1 -1) 📝 `internal/settings/cloudflare.go` (+83 -20) </details> ### 📄 Description - Gets identifier using fqdn and zone identifier automatically - Verifies ip address has changed before trying to update it - Supports AAAA / ipv6 record updates Once merged: - Remove Wiki page on Cloudflare setup Refers to #53 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#602