[PR #2] [MERGED] Dreamhost DNS addition + fix of UI html ownership #568

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/2
Author: @qdm12
Created: 1/28/2019
Status: Merged
Merged: 1/28/2019
Merged by: @qdm12

Base: masterHead: dreamhost


📝 Commits (4)

  • 0ca07e0 Adding support for Dreamhost dns (unfinished)
  • d07869c Fixed UI ownership issue and upgraded to Go 1.11.5
  • 9cad374 Finished non tested implementation of dreamhost dns
  • d66709b Added a todo

📊 Changes

6 files changed (+226 additions, -60 deletions)

View changed files

📝 Dockerfile (+2 -2)
📝 README.md (+1 -0)
📝 updater/go.mod (+1 -0)
📝 updater/go.sum (+2 -0)
📝 updater/params.go (+6 -2)
📝 updater/update.go (+214 -56)

📄 Description

No description provided


🔄 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/2 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 1/28/2019 **Status:** ✅ Merged **Merged:** 1/28/2019 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `dreamhost` --- ### 📝 Commits (4) - [`0ca07e0`](https://github.com/qdm12/ddns-updater/commit/0ca07e05875335478d3a08e8ff7482bdbe0e411c) Adding support for Dreamhost dns (unfinished) - [`d07869c`](https://github.com/qdm12/ddns-updater/commit/d07869cd6f56c961b9159b405c8b1c8fc28f1592) Fixed UI ownership issue and upgraded to Go 1.11.5 - [`9cad374`](https://github.com/qdm12/ddns-updater/commit/9cad3749ff70150b52cf2e1d59064dcb556beeae) Finished non tested implementation of dreamhost dns - [`d66709b`](https://github.com/qdm12/ddns-updater/commit/d66709b40cb32ceaf20d2664aff450067b3fe316) Added a todo ### 📊 Changes **6 files changed** (+226 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -2) 📝 `README.md` (+1 -0) 📝 `updater/go.mod` (+1 -0) 📝 `updater/go.sum` (+2 -0) 📝 `updater/params.go` (+6 -2) 📝 `updater/update.go` (+214 -56) </details> ### 📄 Description _No description provided_ --- <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:10 -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#568