ddns-scripts: add IPv6 config for duckdns.org
authorJoel Johnson <redacted>
Thu, 28 Apr 2016 21:36:26 +0000 (15:36 -0600)
committerJoel Johnson <redacted>
Mon, 2 May 2016 05:00:11 +0000 (23:00 -0600)
Signed-off-by: Joel Johnson <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/services_ipv6

index 1805450f96fa1abacea16eb849f7c705edce148f..4db0286cd422e658f4d232540f5287eae2c2300f 100755 (executable)
@@ -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 <christian.schoenebeck@gmail.com>
index b6e5997f93c55cfcfefd203d1dc47edf7b9a2300..a2b30d8cacb66e1498a830ccaae620becaceb795 100644 (file)
@@ -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"
 
git clone https://git.99rst.org/PROJECT