[PR #72] [MERGED] IPv6 for all providers but Namecheap #603

Open
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/72
Author: @qdm12
Created: 5/30/2020
Status: Merged
Merged: 5/30/2020
Merged by: @qdm12

Base: masterHead: ipv6


📝 Commits (8)

📊 Changes

11 files changed (+50 additions, -43 deletions)

View changed files

📝 README.md (+5 -0)
internal/params/consistency.go (+0 -22)
📝 internal/params/json.go (+2 -2)
📝 internal/settings/cloudflare.go (+4 -4)
📝 internal/settings/constants.go (+2 -0)
📝 internal/settings/dnspod.go (+5 -4)
📝 internal/settings/dreamhost.go (+14 -5)
📝 internal/settings/duckdns.go (+6 -2)
📝 internal/settings/godaddy.go (+4 -3)
📝 internal/settings/namecheap.go (+3 -0)
📝 internal/settings/noip.go (+5 -1)

📄 Description

Fix #66


🔄 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/72 **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:** `ipv6` --- ### 📝 Commits (8) - [`8c30f2a`](https://github.com/qdm12/ddns-updater/commit/8c30f2ab35c538932878d370fd2ebf2156d3ef90) DNSPod ipv6 support - [`728cd8c`](https://github.com/qdm12/ddns-updater/commit/728cd8c401ac4291b51637149fd549874ac5c3e2) Dreamhost ipv6 support - [`cc9b51d`](https://github.com/qdm12/ddns-updater/commit/cc9b51d2ef5a11b3adc0c1dc2482f7425e29d222) GoDaddy ipv6 support - [`590f2b4`](https://github.com/qdm12/ddns-updater/commit/590f2b4eda01da99c21cc3796585bac2e5761540) DuckDNS ipv6 support - [`f8282c8`](https://github.com/qdm12/ddns-updater/commit/f8282c8eaadd1bb202bdcec6e88028ef6752e8d1) NoIP ipv6 support - [`0b349ac`](https://github.com/qdm12/ddns-updater/commit/0b349ac87de279a7a1a4f7ac7a1092f73fb828e8) Merge branch 'master' into ipv6 - [`b7d6e35`](https://github.com/qdm12/ddns-updater/commit/b7d6e358ed525569b649337f17820b8c624fd64b) Namecheap does not support ipv6 sadly... - [`4e8ad6d`](https://github.com/qdm12/ddns-updater/commit/4e8ad6dff2a8e7428417683f2bbfc01ec08f4e46) Fix lint issues ### 📊 Changes **11 files changed** (+50 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) ➖ `internal/params/consistency.go` (+0 -22) 📝 `internal/params/json.go` (+2 -2) 📝 `internal/settings/cloudflare.go` (+4 -4) 📝 `internal/settings/constants.go` (+2 -0) 📝 `internal/settings/dnspod.go` (+5 -4) 📝 `internal/settings/dreamhost.go` (+14 -5) 📝 `internal/settings/duckdns.go` (+6 -2) 📝 `internal/settings/godaddy.go` (+4 -3) 📝 `internal/settings/namecheap.go` (+3 -0) 📝 `internal/settings/noip.go` (+5 -1) </details> ### 📄 Description Fix #66 --- <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#603