[PR #1012] feat: added arvancloud provider #932

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/1012
Author: @mostafaqanbaryan
Created: 7/3/2025
Status: 🔄 Open

Base: masterHead: provider/arvancloud


📝 Commits (1)

  • 7fc3678 feat: added arvancloud provider

📊 Changes

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

View changed files

📝 README.md (+2 -0)
docs/arvancloud.md (+28 -0)
📝 internal/provider/constants/providers.go (+1 -0)
📝 internal/provider/headers/headers.go (+4 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/arvancloud/provider.go (+224 -0)

📄 Description

I needed this provider for my home network.

The code in this branch is written with the help of ar-ddns and of course the official documentation.


🔄 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/1012 **Author:** [@mostafaqanbaryan](https://github.com/mostafaqanbaryan) **Created:** 7/3/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `provider/arvancloud` --- ### 📝 Commits (1) - [`7fc3678`](https://github.com/qdm12/ddns-updater/commit/7fc3678f55acbe7beeda966078c1a2da99d640f6) feat: added arvancloud provider ### 📊 Changes **6 files changed** (+262 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/arvancloud.md` (+28 -0) 📝 `internal/provider/constants/providers.go` (+1 -0) 📝 `internal/provider/headers/headers.go` (+4 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/arvancloud/provider.go` (+224 -0) </details> ### 📄 Description I needed this provider for my home network. The code in this branch is written with the help of [ar-ddns](https://github.com/arvancloud/ar-ddns) and of course the [official documentation](https://www.arvancloud.ir/api/cdn/4.0#tag/DNS-Management/operation/dns-records.show). --- <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#932