[PR #309] [MERGED] feat(provider): add support for all-inkl.com (qdm12#245) #672

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/309
Author: @michaelmiklis
Created: 2/6/2022
Status: Merged
Merged: 3/15/2022
Merged by: @qdm12

Base: masterHead: master


📝 Commits (10+)

  • 918f7a3 chore(providers): rework IP string search code
  • b2ab1f7 feat(provider): add support for all-inkl.com (qdm12#245)
  • def2371 Update internal/settings/providers/allinkl/provider.go
  • d83e297 added Readme and codefix
  • c98c137 Merge branch 'master' of https://github.com/michaelmiklis/ddns-updater
  • e9d5768 Update internal/settings/providers/allinkl/provider.go
  • 396ecca Update internal/settings/providers/allinkl/provider.go
  • f04abdf Update internal/settings/providers/allinkl/provider.go
  • e7a6bda Update internal/settings/providers/allinkl/provider.go
  • 35d5d78 Update internal/settings/providers/allinkl/provider.go

📊 Changes

4 files changed (+212 additions, -0 deletions)

View changed files

docs/allinkl.md (+28 -0)
📝 internal/settings/constants/providers.go (+2 -0)
internal/settings/providers/allinkl/provider.go (+179 -0)
📝 internal/settings/settings.go (+3 -0)

📄 Description

Added new provider all-inkl.com


🔄 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/309 **Author:** [@michaelmiklis](https://github.com/michaelmiklis) **Created:** 2/6/2022 **Status:** ✅ Merged **Merged:** 3/15/2022 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`918f7a3`](https://github.com/qdm12/ddns-updater/commit/918f7a312db921b9d0ed9bda9953421d857f6061) chore(providers): rework IP string search code - [`b2ab1f7`](https://github.com/qdm12/ddns-updater/commit/b2ab1f76772034a7a3b7b5156e2e89f2bd1bfc1f) feat(provider): add support for all-inkl.com (qdm12#245) - [`def2371`](https://github.com/qdm12/ddns-updater/commit/def2371d0bacc19430ca3edbfa31678afcde35af) Update internal/settings/providers/allinkl/provider.go - [`d83e297`](https://github.com/qdm12/ddns-updater/commit/d83e297632b0d491d06dbb0c576cd039600582f8) added Readme and codefix - [`c98c137`](https://github.com/qdm12/ddns-updater/commit/c98c137f4388de39827a31c18373768d196f8187) Merge branch 'master' of https://github.com/michaelmiklis/ddns-updater - [`e9d5768`](https://github.com/qdm12/ddns-updater/commit/e9d57682713a788b045df6de1dc7e77c49504f77) Update internal/settings/providers/allinkl/provider.go - [`396ecca`](https://github.com/qdm12/ddns-updater/commit/396ecca903769de2d24fe229fa63d9c9eace261b) Update internal/settings/providers/allinkl/provider.go - [`f04abdf`](https://github.com/qdm12/ddns-updater/commit/f04abdf81beb7c983b9aa3db247428deff66f3d7) Update internal/settings/providers/allinkl/provider.go - [`e7a6bda`](https://github.com/qdm12/ddns-updater/commit/e7a6bda68937c883b85b6f4cd6b5059d33b89cd8) Update internal/settings/providers/allinkl/provider.go - [`35d5d78`](https://github.com/qdm12/ddns-updater/commit/35d5d788529cdffd72b671cec4b42dd3cfe55d16) Update internal/settings/providers/allinkl/provider.go ### 📊 Changes **4 files changed** (+212 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/allinkl.md` (+28 -0) 📝 `internal/settings/constants/providers.go` (+2 -0) ➕ `internal/settings/providers/allinkl/provider.go` (+179 -0) 📝 `internal/settings/settings.go` (+3 -0) </details> ### 📄 Description Added new provider all-inkl.com --- <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:39 -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#672