diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-10-31 18:48:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 18:48:00 +0200 |
commit | 58b038e8b52dd21e19c6e3ddd42ea64d78dba637 (patch) | |
tree | ffe08e98b27e7b5561150d81c678326d73616db1 /net | |
parent | 32b60fa32b35e19b1c3fe9d265622725944ca82f (diff) | |
parent | 8e62bc6b6cf50ed781da3f09ac32f16a8d45cf41 (diff) |
Merge pull request #5039 from wendy2001011/wendy-1
ddns-script: fix update_url incorrect for duckdns.org service
Diffstat (limited to 'net')
-rwxr-xr-x | net/ddns-scripts/Makefile | 2 | ||||
-rw-r--r-- | net/ddns-scripts/files/services | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index af66ba2f2..d20956a3e 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:=19 +PKG_RELEASE:=20 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services index c717370ee..c66c34b46 100644 --- a/net/ddns-scripts/files/services +++ b/net/ddns-scripts/files/services @@ -84,7 +84,7 @@ "dtdns.com" "http://www.dtdns.com/api/autodns.cfm?id=[DOMAIN]&pw=[PASSWORD]&ip=[IP]" -"duckdns.org" "http://www.duckdns.org/update?domains=[USERNAME]&token=[PASSWORD]&ip=[IP]" "OK" +"duckdns.org" "http://www.duckdns.org/update?domains=[DOMAIN]&token=[PASSWORD]&ip=[IP]" "OK" "duiadns.net" "http://ip.duiadns.net/dynamic.duia?host=[DOMAIN]&password=[PASSWORD]&ip4=[IP]" |