[PR #137] [MERGED] LuaDNS support #622

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/137
Author: @qdm12
Created: 12/26/2020
Status: Merged
Merged: 12/30/2020
Merged by: @qdm12

Base: masterHead: luadns


📝 Commits (5)

  • 1e62573 LuaDNS experimental support
  • d98cfc9 Dependency upgrade refers to #135
  • 952774a Silly inverted boolean
  • d626787 Custom errors and parse error object returned
  • 563b231 Add missing Accept header

📊 Changes

7 files changed (+313 additions, -3 deletions)

View changed files

📝 README.md (+2 -0)
docs/luadns.md (+37 -0)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 internal/constants/providers.go (+2 -0)
📝 internal/params/json.go (+2 -0)
internal/settings/luadns.go (+267 -0)

📄 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/137 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 12/26/2020 **Status:** ✅ Merged **Merged:** 12/30/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `luadns` --- ### 📝 Commits (5) - [`1e62573`](https://github.com/qdm12/ddns-updater/commit/1e6257360e310eec73ed8ec24f777d3cf9be4348) LuaDNS experimental support - [`d98cfc9`](https://github.com/qdm12/ddns-updater/commit/d98cfc92241d6c7b9644189fb9ecc82f34a57f59) Dependency upgrade refers to #135 - [`952774a`](https://github.com/qdm12/ddns-updater/commit/952774a0ab2a65556f3147f4e5ff1898befd6509) Silly inverted boolean - [`d626787`](https://github.com/qdm12/ddns-updater/commit/d62678726100e0e6485f4987d17f01761d8fde51) Custom errors and parse error object returned - [`563b231`](https://github.com/qdm12/ddns-updater/commit/563b2317ba7a5603e8bd17769a7eab32ea7155d3) Add missing Accept header ### 📊 Changes **7 files changed** (+313 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/luadns.md` (+37 -0) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `internal/constants/providers.go` (+2 -0) 📝 `internal/params/json.go` (+2 -0) ➕ `internal/settings/luadns.go` (+267 -0) </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: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#622