mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-29 00:52:37 -04:00
[PR #217] [MERGED] add: porkbun provider #654
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:provider/porkbun📝 Commits (10+)
361905cadd: porkbun provider013f094Update Readme with porkbund6a8aeeporkbun fix lint450b7fbUpdate docs/porkbun.mdd8b0addUpdate docs/porkbun.md: add emojiac7e34aPR Review: porkbun provider input settingsd086009refactor: string empty check2b7e5efrefactor: string empty check99a4c5erefactor: simplify string concat54e20a6refactor: 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.