mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 08:32:37 -04:00
[PR #1012] feat: added arvancloud provider #932
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/1012
Author: @mostafaqanbaryan
Created: 7/3/2025
Status: 🔄 Open
Base:
master← Head:provider/arvancloud📝 Commits (1)
7fc3678feat: 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.