From: James Buren Date: Mon, 20 Feb 2023 11:51:46 +0000 (-0600) Subject: ddns-scripts: enable IPv6 for easydns.com X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5e7a5a33049fc17770a210884386a8168fa45978;p=openwrt-packages.git ddns-scripts: enable IPv6 for easydns.com easydns.com has supported IPv6 for awhile now using the same update URL as IPv4. This duplicates the IPv4 entry for IPv6 to enable support for it. Signed-off-by: James Buren --- diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 5729305dc..1c5d98814 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:=34 +PKG_RELEASE:=35 PKG_LICENSE:=GPL-2.0 diff --git a/net/ddns-scripts/files/usr/share/ddns/default/easydns.com.json b/net/ddns-scripts/files/usr/share/ddns/default/easydns.com.json index 6f6855d15..0642c38dd 100644 --- a/net/ddns-scripts/files/usr/share/ddns/default/easydns.com.json +++ b/net/ddns-scripts/files/usr/share/ddns/default/easydns.com.json @@ -3,5 +3,9 @@ "ipv4": { "url": "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/generic.php?hostname=[DOMAIN]&myip=[IP]", "answer": "OK|NOERROR" + }, + "ipv6": { + "url": "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/generic.php?hostname=[DOMAIN]&myip=[IP]", + "answer": "OK|NOERROR" } }