[PR #144] [MERGED] Linode support #625

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/144
Author: @qdm12
Created: 1/16/2021
Status: Merged
Merged: 1/20/2021
Merged by: @qdm12

Base: masterHead: linode


📝 Commits (10+)

📊 Changes

8 files changed (+409 additions, -1 deletions)

View changed files

📝 README.md (+2 -0)
docs/linode.md (+34 -0)
📝 internal/constants/providers.go (+2 -0)
📝 internal/params/json.go (+2 -0)
📝 internal/settings/errors.go (+3 -0)
📝 internal/settings/headers.go (+8 -0)
internal/settings/linode.go (+357 -0)
📝 internal/settings/settings.go (+1 -1)

📄 Description

Fixes #143


🔄 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/144 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 1/16/2021 **Status:** ✅ Merged **Merged:** 1/20/2021 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `linode` --- ### 📝 Commits (10+) - [`e84feab`](https://github.com/qdm12/ddns-updater/commit/e84feab9ceb38cfa0931f3e94db752d18cdd7b3f) Linode API client implementation - [`76aef60`](https://github.com/qdm12/ddns-updater/commit/76aef60c641b66b66a3748b623db284726c9b6ea) Wire up - [`e5f72fc`](https://github.com/qdm12/ddns-updater/commit/e5f72fc741fb0ee0473aa4420645bf170abb0893) Documentation - [`936fcb4`](https://github.com/qdm12/ddns-updater/commit/936fcb4e1d6f4e3fb64f0bdcf7f4703ae868d13f) Adapt code to match rebase from master - [`cab5b21`](https://github.com/qdm12/ddns-updater/commit/cab5b21da74dabe85045170da2c9d0fdd2b67d88) Fix data structures to decode to - [`9ded17e`](https://github.com/qdm12/ddns-updater/commit/9ded17e94a761003b0247c64e0f5714790b24f55) Update documentation - [`e2ec5a7`](https://github.com/qdm12/ddns-updater/commit/e2ec5a79be25785ab4794dec6222cb8e8ed95ace) Fix name - [`c454465`](https://github.com/qdm12/ddns-updater/commit/c454465b0c9992feef83567a54c0a93cbea0756c) Check received IP matches IP sent - [`9149e9b`](https://github.com/qdm12/ddns-updater/commit/9149e9b0c8efc61629656870953da6f3a8d0b9f1) Add debug prints - [`a9928d0`](https://github.com/qdm12/ddns-updater/commit/a9928d0b5f3e30352ca56636a2e236cc71e80fad) Fix filtering for subdomain ### 📊 Changes **8 files changed** (+409 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/linode.md` (+34 -0) 📝 `internal/constants/providers.go` (+2 -0) 📝 `internal/params/json.go` (+2 -0) 📝 `internal/settings/errors.go` (+3 -0) 📝 `internal/settings/headers.go` (+8 -0) ➕ `internal/settings/linode.go` (+357 -0) 📝 `internal/settings/settings.go` (+1 -1) </details> ### 📄 Description Fixes #143 --- <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:29 -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#625