From: Patrick Grimm Date: Sun, 8 Jan 2023 14:49:06 +0000 (+0100) Subject: ddns-scripts: add strato ipv6 support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6b436c988266d855b4ff9dea1c2adce5bd3e065a;p=openwrt-packages.git ddns-scripts: add strato ipv6 support Signed-off-by: Patrick Grimm --- diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 8021a4f4e..14ed277fb 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 a81c015ce..9ab43d247 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" } }