[PR #97] [MERGED] DNS-O-Matic #609

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/97
Author: @qdm12
Created: 9/14/2020
Status: Merged
Merged: 10/12/2020
Merged by: @qdm12

Base: masterHead: dnsomatic


📝 Commits (5)

  • 9821738 Settings constants strings for existing providers
  • bc5605e DNS o matic constants
  • 0a936a8 DNS o matic settings
  • 90f5450 DNS O Matic documentation
  • 24d1a6b Dockerfile description

📊 Changes

13 files changed (+215 additions, -19 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/regex/regex.go (+14 -1)
📝 internal/settings/constants.go (+9 -5)
📝 internal/settings/ddnss.go (+1 -1)
internal/settings/dnsomatic.go (+165 -0)
📝 internal/settings/dyn.go (+1 -1)
📝 internal/settings/google.go (+4 -4)
📝 internal/settings/noip.go (+3 -3)

📄 Description

Refers to #88


🔄 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/97 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 9/14/2020 **Status:** ✅ Merged **Merged:** 10/12/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `dnsomatic` --- ### 📝 Commits (5) - [`9821738`](https://github.com/qdm12/ddns-updater/commit/98217389fe9b54259f011b838af11c810f82a21d) Settings constants strings for existing providers - [`bc5605e`](https://github.com/qdm12/ddns-updater/commit/bc5605e70ac359f39d81e31f98e37c162fd39e16) DNS o matic constants - [`0a936a8`](https://github.com/qdm12/ddns-updater/commit/0a936a817297f9f64c4fede026c05d573e55c208) DNS o matic settings - [`90f5450`](https://github.com/qdm12/ddns-updater/commit/90f545071b172de2d65c7245e360cd8ace950c2c) DNS O Matic documentation - [`24d1a6b`](https://github.com/qdm12/ddns-updater/commit/24d1a6bbf229fef4c8344728a5a58be67a59d14c) Dockerfile description ### 📊 Changes **13 files changed** (+215 additions, -19 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/regex/regex.go` (+14 -1) 📝 `internal/settings/constants.go` (+9 -5) 📝 `internal/settings/ddnss.go` (+1 -1) ➕ `internal/settings/dnsomatic.go` (+165 -0) 📝 `internal/settings/dyn.go` (+1 -1) 📝 `internal/settings/google.go` (+4 -4) 📝 `internal/settings/noip.go` (+3 -3) </details> ### 📄 Description Refers to #88 --- <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:26 -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#609