[PR #961] fix(desec): only update specified ip version #920

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/961
Author: @MrNuggelz
Created: 3/18/2025
Status: 🔄 Open

Base: masterHead: fix-desec


📝 Commits (1)

  • d74a464 fix(desec): only update specified ip version

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 internal/provider/providers/desec/provider.go (+8 -1)

📄 Description

Fix the ip update call, so only the record of the specified ip version is changed.
This also increases security (see warning here: https://desec.readthedocs.io/en/latest/dyndns/update-api.html#determine-ip-address-es)


🔄 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/961 **Author:** [@MrNuggelz](https://github.com/MrNuggelz) **Created:** 3/18/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix-desec` --- ### 📝 Commits (1) - [`d74a464`](https://github.com/qdm12/ddns-updater/commit/d74a464970f7994127b6f1e89060637ab75de7f5) fix(desec): only update specified ip version ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/provider/providers/desec/provider.go` (+8 -1) </details> ### 📄 Description Fix the ip update call, so only the record of the specified ip version is changed. This also increases security (see warning here: https://desec.readthedocs.io/en/latest/dyndns/update-api.html#determine-ip-address-es) --- <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:32 -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#920