mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #1052] feat: Added Netlify as a provider. #941
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/1052
Author: @CompewterTutor
Created: 11/5/2025
Status: 🔄 Open
Base:
master← Head:feature/netlify-dns-support📝 Commits (1)
55d5202feat: Added Netlify as a provider. Created documentation for it (note: updates aren't supported so we have to delete and then recreate). Passes linting though I did have to migrate the lint config to get it to run but those changes are not included in this commit.📊 Changes
5 files changed (+499 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)➕
docs/netlify.md(+76 -0)📝
internal/provider/constants/providers.go(+2 -0)📝
internal/provider/provider.go(+3 -0)➕
internal/provider/providers/netlify/provider.go(+416 -0)📄 Description
Added the provider (note…updates aren't supported so we have to delete and then recreate)., created documentation for it and updated the readme. Passes linting though I did have to migrate the lint config to get it to run but those changes are not included in this commit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.