[PR #37] [MERGED] Support for IPv6 and AAAA records for Infomaniak #586

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/37
Author: @qdm12
Created: 2/27/2020
Status: Merged
Merged: 2/27/2020
Merged by: @qdm12

Base: masterHead: ipv6-infomaniak


📝 Commits (1)

  • adf71ab Support for IPv6 and AAAA records for Infomaniak

📊 Changes

10 files changed (+74 additions, -18 deletions)

View changed files

📝 README.md (+1 -0)
internal/constants/ip.go (+8 -0)
📝 internal/models/alias.go (+2 -0)
📝 internal/models/settings.go (+1 -0)
📝 internal/network/publicip.go (+14 -7)
📝 internal/network/publicip_test.go (+21 -6)
📝 internal/params/consistency.go (+16 -0)
📝 internal/params/json.go (+6 -0)
📝 internal/update/update.go (+4 -4)
📝 internal/update/update_test.go (+1 -1)

📄 Description

No description provided


🔄 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/37 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 2/27/2020 **Status:** ✅ Merged **Merged:** 2/27/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `ipv6-infomaniak` --- ### 📝 Commits (1) - [`adf71ab`](https://github.com/qdm12/ddns-updater/commit/adf71abd6d1c0cc46b8bd6d30b9b4bb6633ebebb) Support for IPv6 and AAAA records for Infomaniak ### 📊 Changes **10 files changed** (+74 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `internal/constants/ip.go` (+8 -0) 📝 `internal/models/alias.go` (+2 -0) 📝 `internal/models/settings.go` (+1 -0) 📝 `internal/network/publicip.go` (+14 -7) 📝 `internal/network/publicip_test.go` (+21 -6) 📝 `internal/params/consistency.go` (+16 -0) 📝 `internal/params/json.go` (+6 -0) 📝 `internal/update/update.go` (+4 -4) 📝 `internal/update/update_test.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:21 -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#586