From b55730e7eb1b82930b1c7dfad5e51cc828b60bba Mon Sep 17 00:00:00 2001 From: Phil John Date: Mon, 14 Aug 2017 21:29:18 +0100 Subject: [PATCH 1/2] ddns-scripts: add support for dynu.com IPv6 update Dynu.com already support IPV6 updates using the parameter myipv6, adding to services_ipv6 to enable support in OpenWRT/LEDE Signed-off-by: Phil John --- net/ddns-scripts/files/services_ipv6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/ddns-scripts/files/services_ipv6 b/net/ddns-scripts/files/services_ipv6 index c286e418f..611107d2c 100644 --- a/net/ddns-scripts/files/services_ipv6 +++ b/net/ddns-scripts/files/services_ipv6 @@ -65,6 +65,8 @@ "dyn.com" "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg" "dyndns.org" "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg" +"dynu.com" "http://api.dynu.com/nic/update?hostname=[DOMAIN]&myipv6=[IP]&username=[USERNAME]&password=[PASSWORD]" + "dynv6.com" "http://dynv6.com/api/update?hostname=[DOMAIN]&token=[PASSWORD]&ipv6=[IP]" "updated" "goip.de" "http://www.goip.de/setip?username=[USERNAME]&password=[PASSWORD]&subdomain=[DOMAIN]&ip6=[IP]" From 9d7f3d5f63fb5ec507d743cd8ed5a18d8e8be568 Mon Sep 17 00:00:00 2001 From: Phil John Date: Wed, 16 Aug 2017 20:55:22 +0100 Subject: [PATCH 2/2] ddns-scripts: update PKG_RELEASE in Makefile As requested, bumping the PKG_RELEASE Signed-off-by: Phil John --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index d5a79c898..f1e084904 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.6 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=16 +PKG_RELEASE:=17 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Christian Schoenebeck