[PR #70] [MERGED] Google domain names support #596

Open
opened 2025-11-20 04:25:23 -05:00 by saavagebueno · 0 comments
Owner

📋 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: masterHead: google


📝 Commits (4)

  • 8ec199c Support for Google domain names
  • b378186 Fix lint issues (constants added)
  • 3248a82 Merge branch 'master' into google
  • 9ef7974 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/70 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 5/30/2020 **Status:** ✅ Merged **Merged:** 5/30/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `google` --- ### 📝 Commits (4) - [`8ec199c`](https://github.com/qdm12/ddns-updater/commit/8ec199c373603b9f74925f78e9b08720154b1c78) Support for Google domain names - [`b378186`](https://github.com/qdm12/ddns-updater/commit/b37818656bdf4bed9a726614600863b9f4cb5c42) Fix lint issues (constants added) - [`3248a82`](https://github.com/qdm12/ddns-updater/commit/3248a8215a84adaf075077e5f714548fb6e20479) Merge branch 'master' into google - [`9ef7974`](https://github.com/qdm12/ddns-updater/commit/9ef79741debe0539c0dedd0e5727020cd057f7d8) Add ip_version parameter for Google ### 📊 Changes **12 files changed** (+186 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Refers to #64 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#596