[PR #810] [MERGED] Support for Domeneshop #852

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/810
Author: @jobrajac
Created: 9/9/2024
Status: Merged
Merged: 10/9/2024
Merged by: @qdm12

Base: masterHead: master


📝 Commits (9)

  • 07ced17 add domeneshop as supported DNS provider
  • a9687bb add owner back in
  • 2673c99 fix provider.go domeneshop entry
  • f243272 correct status code handling
  • 89c21fd Update docs/domeneshop.md
  • 9218c35 Update internal/provider/providers/domeneshop/provider.go
  • d27ad2d Update internal/provider/providers/domeneshop/provider.go
  • c62cdfe Fix ipv6suffix field
  • c3b6ed9 chore: fix CI errors

📊 Changes

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

View changed files

📝 README.md (+2 -0)
docs/domeneshop.md (+31 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/domeneshop/provider.go (+155 -0)

📄 Description

Added support for Domeneshop, a popular Norwegian DNS provider.
Tested and works:)

https://domene.shop/
https://api.domeneshop.no/docs/


🔄 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/810 **Author:** [@jobrajac](https://github.com/jobrajac) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`07ced17`](https://github.com/qdm12/ddns-updater/commit/07ced1719853856098892220b2ea61fb3be69fe7) add domeneshop as supported DNS provider - [`a9687bb`](https://github.com/qdm12/ddns-updater/commit/a9687bba03cbeb6c60ee9ece8c60bff87afacdf7) add owner back in - [`2673c99`](https://github.com/qdm12/ddns-updater/commit/2673c99de7ff0708ec3e21275b849721673e8bdc) fix provider.go domeneshop entry - [`f243272`](https://github.com/qdm12/ddns-updater/commit/f243272dce1ed31e69c5319c6ab154b2a7d75123) correct status code handling - [`89c21fd`](https://github.com/qdm12/ddns-updater/commit/89c21fda57696f6e7aa9f1c6615cf83778311f9a) Update docs/domeneshop.md - [`9218c35`](https://github.com/qdm12/ddns-updater/commit/9218c3584ff435b7c2c3081286f6dadddfe5945f) Update internal/provider/providers/domeneshop/provider.go - [`d27ad2d`](https://github.com/qdm12/ddns-updater/commit/d27ad2d38c1cc25eb98f7378e1d5bd73e0ec8452) Update internal/provider/providers/domeneshop/provider.go - [`c62cdfe`](https://github.com/qdm12/ddns-updater/commit/c62cdfed260195bfe221e36514d6d7bc81811368) Fix ipv6suffix field - [`c3b6ed9`](https://github.com/qdm12/ddns-updater/commit/c3b6ed904e011cdd4937622951518d2c52c5f07f) chore: fix CI errors ### 📊 Changes **5 files changed** (+193 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/domeneshop.md` (+31 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/domeneshop/provider.go` (+155 -0) </details> ### 📄 Description Added support for Domeneshop, a popular Norwegian DNS provider. Tested and works:) https://domene.shop/ https://api.domeneshop.no/docs/ --- <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:26:19 -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#852