mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-22 05:42:11 -04:00
[PR #623] [MERGED] GoIP.de support #768
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/623
Author: @CyberAustin
Created: 2/2/2024
Status: ✅ Merged
Merged: 2/3/2024
Merged by: @qdm12
Base:
master← Head:goip.de📝 Commits (10+)
5d4f3b9Have GoIP.de mostly working, just need to finish implementing error messages.9ed3041Ready to merge, or at least so I think431c31eFixed or adjusted most comments. Ready for another review.99e6602Fixed some linting errors and changed subdomain to FQDN to make more sense8f3a58eHave GoIP.de mostly working, just need to finish implementing error messages.eacc306Ready to merge, or at least so I thinke627729Fixed or adjusted most comments. Ready for another review.2b32f01Fixed some linting errors and changed subdomain to FQDN to make more sensef693740Update goip.md6a33a96Update goip.md📊 Changes
6 files changed (+215 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)➕
docs/goip.md(+36 -0)📝
internal/provider/constants/providers.go(+2 -0)📝
internal/provider/errors/validation.go(+1 -0)📝
internal/provider/provider.go(+3 -0)➕
internal/provider/providers/goip/provider.go(+171 -0)📄 Description
Resolves #581
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.