[PR #1016] feat(provider): add ddns.synology.com #930

Open
opened 2025-11-20 04:26:34 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/1016
Author: @ppluciennik
Created: 7/12/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 2d95bbb feat(provider): add ddns.synology.com

📊 Changes

5 files changed (+314 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/synology.md (+39 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/synology/provider.go (+268 -0)

📄 Description

This pull request allows to register domain using Synology DDNS service.


🔄 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/1016 **Author:** [@ppluciennik](https://github.com/ppluciennik) **Created:** 7/12/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2d95bbb`](https://github.com/qdm12/ddns-updater/commit/2d95bbb56531c0eb70aba224be5e39b5bfebecbd) feat(provider): add ddns.synology.com ### 📊 Changes **5 files changed** (+314 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/synology.md` (+39 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/synology/provider.go` (+268 -0) </details> ### 📄 Description This pull request allows to register domain using Synology DDNS service. --- <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:26:34 -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#930