From 6b436c988266d855b4ff9dea1c2adce5bd3e065a Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Sun, 8 Jan 2023 15:49:06 +0100 Subject: [PATCH] ddns-scripts: add strato ipv6 support Signed-off-by: Patrick Grimm --- net/ddns-scripts/Makefile | 2 +- net/ddns-scripts/files/usr/share/ddns/default/strato.com.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 8021a4f4ef..14ed277fbf 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.8.2 -PKG_RELEASE:=31 +PKG_RELEASE:=32 PKG_LICENSE:=GPL-2.0 diff --git a/net/ddns-scripts/files/usr/share/ddns/default/strato.com.json b/net/ddns-scripts/files/usr/share/ddns/default/strato.com.json index a81c015ce1..9ab43d2476 100644 --- a/net/ddns-scripts/files/usr/share/ddns/default/strato.com.json +++ b/net/ddns-scripts/files/usr/share/ddns/default/strato.com.json @@ -3,5 +3,9 @@ "ipv4": { "url": "http://[USERNAME]:[PASSWORD]@dyndns.strato.com/nic/update?hostname=[DOMAIN]&myip=[IP]", "answer": "good|nochg" + }, + "ipv6": { + "url": "http://[USERNAME]:[PASSWORD]@dyndns.strato.com/nic/update?hostname=[DOMAIN]&myip=[IP]", + "answer": "good|nochg" } } -- 2.30.2