mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-06 05:51:42 -04:00
[PR #70] [MERGED] Google domain names support #596
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/70
Author: @qdm12
Created: 5/30/2020
Status: ✅ Merged
Merged: 5/30/2020
Merged by: @qdm12
Base:
master← Head:google📝 Commits (4)
8ec199cSupport for Google domain namesb378186Fix lint issues (constants added)3248a82Merge branch 'master' into google9ef7974Add ip_version parameter for Google📊 Changes
12 files changed (+186 additions, -12 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug.md(+1 -0)📝
.github/ISSUE_TEMPLATE/help.md(+1 -0)📝
Dockerfile(+1 -1)📝
README.md(+11 -3)📝
internal/constants/providers.go(+2 -0)📝
internal/params/json.go(+2 -0)➕
internal/settings/constants.go(+7 -0)📝
internal/settings/ddnss.go(+1 -1)📝
internal/settings/dreamhost.go(+0 -2)➕
internal/settings/google.go(+155 -0)📝
internal/settings/infomaniak.go(+2 -2)📝
internal/settings/noip.go(+3 -3)📄 Description
Refers to #64
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.