aboutsummaryrefslogtreecommitdiff
path: root/net/ddns-scripts/Makefile
diff options
context:
space:
mode:
authorJames Buren <braewoods+mgh@braewoods.net>2023-02-20 05:51:46 -0600
committerJames Buren <braewoods+mgh@braewoods.net>2023-02-22 19:24:21 -0600
commit5e7a5a33049fc17770a210884386a8168fa45978 (patch)
tree7503679e1655e31abeff11c232fd942c004b91bd /net/ddns-scripts/Makefile
parentc3c7083e656da878b674f96838b43c35d8aabe63 (diff)
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 <braewoods+mgh@braewoods.net>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r--net/ddns-scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
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