mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #72] [MERGED] IPv6 for all providers but Namecheap #603
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/72
Author: @qdm12
Created: 5/30/2020
Status: ✅ Merged
Merged: 5/30/2020
Merged by: @qdm12
Base:
master← Head:ipv6📝 Commits (8)
8c30f2aDNSPod ipv6 support728cd8cDreamhost ipv6 supportcc9b51dGoDaddy ipv6 support590f2b4DuckDNS ipv6 supportf8282c8NoIP ipv6 support0b349acMerge branch 'master' into ipv6b7d6e35Namecheap does not support ipv6 sadly...4e8ad6dFix lint issues📊 Changes
11 files changed (+50 additions, -43 deletions)
View changed files
📝
README.md(+5 -0)➖
internal/params/consistency.go(+0 -22)📝
internal/params/json.go(+2 -2)📝
internal/settings/cloudflare.go(+4 -4)📝
internal/settings/constants.go(+2 -0)📝
internal/settings/dnspod.go(+5 -4)📝
internal/settings/dreamhost.go(+14 -5)📝
internal/settings/duckdns.go(+6 -2)📝
internal/settings/godaddy.go(+4 -3)📝
internal/settings/namecheap.go(+3 -0)📝
internal/settings/noip.go(+5 -1)📄 Description
Fix #66
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.