mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 16:42:37 -04:00
[PR #474] [MERGED] feat: add name.com provider #712
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/474
Author: @jdiekhoff
Created: 5/9/2023
Status: ✅ Merged
Merged: 6/15/2023
Merged by: @qdm12
Base:
master← Head:namedotcom📝 Commits (4)
ead506dAdding support for name.com1e1dca2Updating error handling6d1dd43Apply PR changesa9a439fChange logic to not update after record is created.📊 Changes
13 files changed (+432 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)➕
docs/name.com.md(+33 -0)📝
internal/provider/constants/providers.go(+2 -0)📝
internal/provider/errors/update.go(+1 -0)📝
internal/provider/errors/validation.go(+1 -0)📝
internal/provider/provider.go(+3 -0)➕
internal/provider/providers/namecom/createrecord.go(+65 -0)➕
internal/provider/providers/namecom/getrecord.go(+64 -0)➕
internal/provider/providers/namecom/headers.go(+13 -0)➕
internal/provider/providers/namecom/provider.go(+119 -0)➕
internal/provider/providers/namecom/response.go(+63 -0)➕
internal/provider/providers/namecom/updaterecord.go(+65 -0)➕
readme/name.svg(+1 -0)📄 Description
Implementing feature request #218 to add support for name.com as a provider.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.