mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-22 05:42:11 -04:00
[PR #56] [MERGED] DynDNS Support #599
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/56
Author: @qdm12
Created: 5/10/2020
Status: ✅ Merged
Merged: 8/19/2020
Merged by: @qdm12
Base:
master← Head:dyn📝 Commits (10+)
c7d1f6bDyn DNS constants08fe7caWIP167cb67Merge branch 'master' into dyn2b05642Add constants and settings checks for dyndns4ce9c17Using simpler url for dyndns api7d850d9Merge branch 'master' into dyn0c779c3WIP81aded7Merge branch 'master' into dyn22a273eMinor fixese4f7a41Merge branch 'master' into dyn📊 Changes
10 files changed (+160 additions, -13 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug.md(+1 -0)📝
.github/ISSUE_TEMPLATE/help.md(+1 -0)📝
.golangci.yml(+0 -3)📝
Dockerfile(+3 -3)📝
README.md(+12 -4)📝
go.mod(+1 -1)📝
internal/constants/providers.go(+2 -0)📝
internal/constants/splash.go(+2 -2)📝
internal/params/json.go(+2 -0)➕
internal/settings/dyn.go(+136 -0)📄 Description
Refers to #55
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.