From 5e7a5a33049fc17770a210884386a8168fa45978 Mon Sep 17 00:00:00 2001 From: James Buren Date: Mon, 20 Feb 2023 05:51:46 -0600 Subject: 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 --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ddns-scripts/Makefile') 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 -- cgit v1.2.3