mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #937] Add IPv64 provider #909
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/937
Author: @TheZoker
Created: 2/9/2025
Status: 🔄 Open
Base:
master← Head:add-ipv64-provider📝 Commits (1)
56a1c70Add IPv64 provider📊 Changes
5 files changed (+176 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
docs/ipv64.md(+31 -0)📝
internal/provider/constants/providers.go(+2 -0)📝
internal/provider/provider.go(+3 -0)➕
internal/provider/providers/ipv64/provider.go(+139 -0)📄 Description
Adds the IPv64 provider to ddns-updater
API docs can be found here:
https://ipv64.net/dyndns_updater_api
Closes #511
(Disclaimer: I'm not a go dev, so I did not test this code. I purely relied on similar services and the linked API docs to create this provider)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.