mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-31 09:38:40 -04:00
[PR #829] [MERGED] feat(provider): add support for Vultr #857
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/829
Author: @amroessam
Created: 10/2/2024
Status: ✅ Merged
Merged: 10/20/2024
Merged by: @qdm12
Base:
master← Head:master📝 Commits (10+)
dff1ba7chore(deps): tidy go modules694319aAdd dev files to gitignorec7117eeAdd vultr providerfaac595Add vultr docsad3116aAdd vultr to provider choicebf3680cRemove debug messagee01f8bcUpdate docs/vultr.md425200bUpdate docs/vultr.mdb31be3cUpdate internal/provider/providers/vultr/provider.goe7f0710Update internal/provider/providers/vultr/provider.go📊 Changes
10 files changed (+478 additions, -2 deletions)
View changed files
📝
.github/workflows/configs/mlc-config.json(+3 -0)📝
README.md(+2 -0)➕
docs/vultr.md(+30 -0)📝
go.sum(+0 -2)📝
internal/provider/constants/providers.go(+2 -0)📝
internal/provider/provider.go(+3 -0)➕
internal/provider/providers/vultr/createrecord.go(+118 -0)➕
internal/provider/providers/vultr/getrecord.go(+100 -0)➕
internal/provider/providers/vultr/provider.go(+143 -0)➕
internal/provider/providers/vultr/updaterecord.go(+77 -0)📄 Description
First time writing go, this was easy thanks to great docs and example 🙏🏽
Go easy on the roast 😛
Vultr DNS API docs for ref
Excited for the merge, so I can use this instead of my janky script https://github.com/amroessam/vultr-ddns
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.