mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-29 00:52:37 -04:00
[PR #144] [MERGED] Linode support #625
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/144
Author: @qdm12
Created: 1/16/2021
Status: ✅ Merged
Merged: 1/20/2021
Merged by: @qdm12
Base:
master← Head:linode📝 Commits (10+)
e84feabLinode API client implementation76aef60Wire upe5f72fcDocumentation936fcb4Adapt code to match rebase from mastercab5b21Fix data structures to decode to9ded17eUpdate documentatione2ec5a7Fix namec454465Check received IP matches IP sent9149e9bAdd debug printsa9928d0Fix filtering for subdomain📊 Changes
8 files changed (+409 additions, -1 deletions)
View changed files
📝
README.md(+2 -0)➕
docs/linode.md(+34 -0)📝
internal/constants/providers.go(+2 -0)📝
internal/params/json.go(+2 -0)📝
internal/settings/errors.go(+3 -0)📝
internal/settings/headers.go(+8 -0)➕
internal/settings/linode.go(+357 -0)📝
internal/settings/settings.go(+1 -1)📄 Description
Fixes #143
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.