[PR #842] [MERGED] add Loopia #863

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/842
Author: @niklasknoell
Created: 10/17/2024
Status: Merged
Merged: 10/20/2024
Merged by: @qdm12

Base: masterHead: add-loopia


📝 Commits (4)

  • 456e913 add Loopia
  • fff970a Update internal/provider/providers/loopia/provider.go
  • 6684c1e Update internal/provider/providers/loopia/provider.go
  • cc1917e last tiny fixes

📊 Changes

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

View changed files

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

📄 Description

Added support for Loopia.se, a swedish provider.

Unfortunately the documentation is quite terrrible and mostly only available in Swedish. (https://support.loopia.se/wiki/om-dyndns-stodet/)

According to the docs it should support wildcards, but I could not get that to work. It only works in the provider's gui but I cannot make it work. Only getting not fully qualified domain name errors.

Creating records does not seem to work.

IPv6 is not documented and I do not have the means to test it either.

Tested locally and works for my domains


🔄 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/842 **Author:** [@niklasknoell](https://github.com/niklasknoell) **Created:** 10/17/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `add-loopia` --- ### 📝 Commits (4) - [`456e913`](https://github.com/qdm12/ddns-updater/commit/456e91312bc39d6107987da03dd3ca6c131b48ea) add Loopia - [`fff970a`](https://github.com/qdm12/ddns-updater/commit/fff970a67fe2a18fd1469340c352e5481634ee5e) Update internal/provider/providers/loopia/provider.go - [`6684c1e`](https://github.com/qdm12/ddns-updater/commit/6684c1e9415c4d1e8766e886bd67606fdd7ac768) Update internal/provider/providers/loopia/provider.go - [`cc1917e`](https://github.com/qdm12/ddns-updater/commit/cc1917e77ec2b6492d081212a68effa8f30ee903) last tiny fixes ### 📊 Changes **5 files changed** (+207 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/loopia.md` (+31 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/loopia/provider.go` (+169 -0) </details> ### 📄 Description Added support for Loopia.se, a swedish provider. Unfortunately the documentation is quite terrrible and mostly only available in Swedish. (https://support.loopia.se/wiki/om-dyndns-stodet/) According to the docs it should support wildcards, but I could not get that to work. It only works in the provider's gui but I cannot make it work. Only getting not fully qualified domain name errors. Creating records does not seem to work. IPv6 is not documented and I do not have the means to test it either. Tested locally and works for my domains --- <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:21 -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#863