ddns-scripts: add strato ipv6 support 20244/head
authorPatrick Grimm <patrick@lunatiki.de>
Sun, 8 Jan 2023 14:49:06 +0000 (15:49 +0100)
committerPatrick Grimm <patrick@lunatiki.de>
Sun, 8 Jan 2023 14:49:06 +0000 (15:49 +0100)
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/share/ddns/default/strato.com.json

index 8021a4f4efd49da0d03450f2a3f6023d8d454758..14ed277fbf9683066cb6ea33c6e515c2dab7432a 100644 (file)
@@ -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
 
index a81c015ce1f1775f9c46ed06308b62d781dbf63c..9ab43d24768ade3e6c4f5bd59ce36828567a230b 100644 (file)
@@ -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"
        }
 }