[PR #217] [MERGED] add: porkbun provider #654

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/217
Author: @fredericrous
Created: 7/18/2021
Status: Merged
Merged: 8/9/2021
Merged by: @qdm12

Base: masterHead: provider/porkbun


📝 Commits (10+)

  • 361905c add: porkbun provider
  • 013f094 Update Readme with porkbun
  • d6a8aee porkbun fix lint
  • 450b7fb Update docs/porkbun.md
  • d8b0add Update docs/porkbun.md: add emoji
  • ac7e34a PR Review: porkbun provider input settings
  • d086009 refactor: string empty check
  • 2b7e5ef refactor: string empty check
  • 99a4c5e refactor: simplify string concat
  • 54e20a6 refactor: simplify string concat

📊 Changes

6 files changed (+331 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/porkbun.md (+35 -0)
📝 internal/settings/constants/providers.go (+2 -0)
📝 internal/settings/errors/validation.go (+2 -0)
internal/settings/providers/porkbun/provider.go (+287 -0)
📝 internal/settings/settings.go (+3 -0)

📄 Description

resolves https://github.com/qdm12/ddns-updater/issues/216


🔄 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/217 **Author:** [@fredericrous](https://github.com/fredericrous) **Created:** 7/18/2021 **Status:** ✅ Merged **Merged:** 8/9/2021 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `provider/porkbun` --- ### 📝 Commits (10+) - [`361905c`](https://github.com/qdm12/ddns-updater/commit/361905c809e1c0397d2627b0cabc698c7e7c65e7) add: porkbun provider - [`013f094`](https://github.com/qdm12/ddns-updater/commit/013f094812bd55b42dc7e6847c318d6fa66c8e1f) Update Readme with porkbun - [`d6a8aee`](https://github.com/qdm12/ddns-updater/commit/d6a8aee17d91a29f619cef3fe2aae22606b7114e) porkbun fix lint - [`450b7fb`](https://github.com/qdm12/ddns-updater/commit/450b7fb86987915c190a65939b4c70c1a8e66596) Update docs/porkbun.md - [`d8b0add`](https://github.com/qdm12/ddns-updater/commit/d8b0add8fb3c45a1b0deda89460694a539a2ed0d) Update docs/porkbun.md: add emoji - [`ac7e34a`](https://github.com/qdm12/ddns-updater/commit/ac7e34af619627a39dba1afe74830d7a007a34a6) PR Review: porkbun provider input settings - [`d086009`](https://github.com/qdm12/ddns-updater/commit/d086009e460de6d8593f27f9c05baee88de51ff9) refactor: string empty check - [`2b7e5ef`](https://github.com/qdm12/ddns-updater/commit/2b7e5ef9e0a389cef95c3b470f2e290808f1e354) refactor: string empty check - [`99a4c5e`](https://github.com/qdm12/ddns-updater/commit/99a4c5e40e8e2bf776c916d36a8cbbee2d25f727) refactor: simplify string concat - [`54e20a6`](https://github.com/qdm12/ddns-updater/commit/54e20a6f82e4b3ca8ab9a04ee737bef8e1ad81de) refactor: simplify string concat ### 📊 Changes **6 files changed** (+331 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/porkbun.md` (+35 -0) 📝 `internal/settings/constants/providers.go` (+2 -0) 📝 `internal/settings/errors/validation.go` (+2 -0) ➕ `internal/settings/providers/porkbun/provider.go` (+287 -0) 📝 `internal/settings/settings.go` (+3 -0) </details> ### 📄 Description resolves https://github.com/qdm12/ddns-updater/issues/216 --- <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:35 -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#654