mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-30 17:36:13 -04:00
[PR #149] [MERGED] Gandi support #624
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/149
Author: @fredericrous
Created: 1/25/2021
Status: ✅ Merged
Merged: 1/26/2021
Merged by: @qdm12
Base:
master← Head:provider/gandi📝 Commits (10+)
f3cc1d9gandi provider8acb14ffix lint3f2ad16add Gandi to Readme.md3923a6freplace name by host, I didn't get the first time that Host meant Namefe5698breplace d *gandi by g *gandid0b6230Implement Review: Update docs/gandi.mdc13f542Implement Review: Update docs/gandi.md1d0b315Implement Review: Update internal/regex/regex.go6ebbd37Implement Review: Update internal/settings/gandi.goec437eaImplement Review: Update internal/settings/gandi.go📊 Changes
7 files changed (+198 additions, -2 deletions)
View changed files
📝
README.md(+2 -0)➕
docs/gandi.md(+37 -0)📝
internal/constants/providers.go(+2 -0)📝
internal/params/json.go(+2 -0)📝
internal/regex/regex.go(+8 -2)📝
internal/settings/errors.go(+1 -0)➕
internal/settings/gandi.go(+146 -0)📄 Description
Add support for http://gandi.net/ registrar
Notes:
please let me know what you think @qdm12
This PR resolves https://github.com/qdm12/ddns-updater/issues/150
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.