[PR #504] [MERGED] Added Now-DNS issue#368 #715

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/504
Author: @CyberAustin
Created: 7/15/2023
Status: Merged
Merged: 8/4/2023
Merged by: @qdm12

Base: masterHead: now-dns


📝 Commits (8)

  • e7b4d48 Initial test
  • a593568 Added Now-DNS, as requested in issue# 368
  • 69082b1 Made requested fixes from the PR.
  • badf04a Fixed Dockerfile, TARGETPLATFORM on line 56 was blank
  • d13ea2f Returned Dockerfile to it's original state
  • 3b87e5c Removed unnecessary error handling on line 62
  • e6bb0f3 Resolved issue with "host" needing to be set, removed unnecessary guidance for end user
  • 822f681 Remove host injection and field

📊 Changes

5 files changed (+196 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/nowdns.md (+24 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/nowdns/provider.go (+165 -0)

📄 Description

Fixes #368


🔄 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/504 **Author:** [@CyberAustin](https://github.com/CyberAustin) **Created:** 7/15/2023 **Status:** ✅ Merged **Merged:** 8/4/2023 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `now-dns` --- ### 📝 Commits (8) - [`e7b4d48`](https://github.com/qdm12/ddns-updater/commit/e7b4d4821919ab35c77326c1fccd9ff1cbf44066) Initial test - [`a593568`](https://github.com/qdm12/ddns-updater/commit/a593568e5359a3c4bec0cb37cf2870afcd13763c) Added Now-DNS, as requested in issue# 368 - [`69082b1`](https://github.com/qdm12/ddns-updater/commit/69082b1539db851a9ef65baaf6bb9335748a96a3) Made requested fixes from the PR. - [`badf04a`](https://github.com/qdm12/ddns-updater/commit/badf04a06476c2cefc7f78f58aefacef08e196e5) Fixed Dockerfile, TARGETPLATFORM on line 56 was blank - [`d13ea2f`](https://github.com/qdm12/ddns-updater/commit/d13ea2f4e8770e38a058e87e3714818a45416c8b) Returned Dockerfile to it's original state - [`3b87e5c`](https://github.com/qdm12/ddns-updater/commit/3b87e5c97d86782f3d4a9500cd3956318e787857) Removed unnecessary error handling on line 62 - [`e6bb0f3`](https://github.com/qdm12/ddns-updater/commit/e6bb0f37dd4b76b33036e73edce4297a99083afd) Resolved issue with "host" needing to be set, removed unnecessary guidance for end user - [`822f681`](https://github.com/qdm12/ddns-updater/commit/822f681a2fb79b55923f555a3dc2d330306e5237) Remove host injection and field ### 📊 Changes **5 files changed** (+196 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/nowdns.md` (+24 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/nowdns/provider.go` (+165 -0) </details> ### 📄 Description Fixes #368 --- <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:49 -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#715