mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-03-31 06:24:01 -04:00
[PR #842] [MERGED] add Loopia #863
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:add-loopia📝 Commits (4)
456e913add Loopiafff970aUpdate internal/provider/providers/loopia/provider.go6684c1eUpdate internal/provider/providers/loopia/provider.gocc1917elast 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.