From db68eda93e594b59101daff78028a563c894773d Mon Sep 17 00:00:00 2001 From: Joel Johnson Date: Thu, 28 Apr 2016 15:36:26 -0600 Subject: [PATCH] ddns-scripts: add IPv6 config for duckdns.org Signed-off-by: Joel Johnson --- net/ddns-scripts/Makefile | 2 +- net/ddns-scripts/files/services_ipv6 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 1805450f9..4db0286cd 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.6.4 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Christian Schoenebeck diff --git a/net/ddns-scripts/files/services_ipv6 b/net/ddns-scripts/files/services_ipv6 index b6e5997f9..a2b30d8ca 100644 --- a/net/ddns-scripts/files/services_ipv6 +++ b/net/ddns-scripts/files/services_ipv6 @@ -57,6 +57,9 @@ # IPv6 @ Dyn.com "dyndns.org" "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]" +# duckdns.org +"duckdns.org" "http://www.duckdns.org/update?domains=[DOMAIN]&token=[PASSWORD]&ipv6=[IP]" "OK" + # IPv6 @ zzzz.io Free Dynamic DNS "zzzz.io" "https://zzzz.io/api/v1/update/[DOMAIN]/?token=[PASSWORD]&type=aaaa&ip=[IP]" "Updated|No change"