ddns-scripts: Accept 'good|nochg' for IPv4/IPv6 in ydns.io.json
authorBei Lin <UVOEOO8@outlook.com>
Tue, 18 Feb 2025 13:28:44 +0000 (21:28 +0800)
committerFlorian Eckert <Eckert.Florian@googlemail.com>
Wed, 19 Feb 2025 14:06:05 +0000 (15:06 +0100)
Signed-off-by: Bei Lin <UVOEOO8@outlook.com>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json

index 9c41a86eb650c622eebf2477d814f59c599a4e0b..efcb3826d4d601daf04b09248d467cce29d4e576 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.8.2
-PKG_RELEASE:=62
+PKG_RELEASE:=63
 
 PKG_LICENSE:=GPL-2.0
 
index 6d6c5b609da6c0f379cfef7bf62ddf41057cddab..ac6e8a389a80ff87b28026419621cde267dc380d 100644 (file)
@@ -2,10 +2,10 @@
        "name": "ydns.io",
        "ipv4": {
                "url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
-               "answer": "good"
+               "answer": "good|nochg"
        },
        "ipv6": {
                "url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
-               "answer": "good"
+               "answer": "good|nochg"
        }
 }