From 0a2746c6d6cdd92e310408e22a30b1088ac60bc3 Mon Sep 17 00:00:00 2001 From: Bei Lin Date: Tue, 18 Feb 2025 21:28:44 +0800 Subject: [PATCH] ddns-scripts: Accept 'good|nochg' for IPv4/IPv6 in ydns.io.json Signed-off-by: Bei Lin --- net/ddns-scripts/Makefile | 2 +- net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 9c41a86eb6..efcb3826d4 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:=62 +PKG_RELEASE:=63 PKG_LICENSE:=GPL-2.0 diff --git a/net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json b/net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json index 6d6c5b609d..ac6e8a389a 100644 --- a/net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json +++ b/net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json @@ -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" } } -- 2.30.2