diff options
author | Alvaro [Andor] <andor@pierdelacabeza.com> | 2017-06-27 23:48:53 +0200 |
---|---|---|
committer | Alvaro [Andor] <andor@pierdelacabeza.com> | 2017-06-27 23:48:53 +0200 |
commit | f721a27b154d1e9fbdf14ee6372541cae672966b (patch) | |
tree | 346e7ec1c1ccd6aa326cc120b269189965475d32 /net | |
parent | c55885e9c527ce1fcad9cdddaf577241b8cd6654 (diff) |
Fix http/https, increase PKG_RELEASE
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 cf18203ec..0780cec1f 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:=14 +PKG_RELEASE:=15 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 72fc5807e..6996c8312 100644 --- a/net/ddns-scripts/files/services +++ b/net/ddns-scripts/files/services @@ -68,7 +68,7 @@ "dnshome.de" "http://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip=[IP]" -"dnsmadeeasy.com" "https://cp.dnsmadeeasy.com/servlet/updateip?username=[USERNAME]&password=[PASSWORD]&id=[DOMAIN]&ip=[IP]" "success|ip-same" +"dnsmadeeasy.com" "http://cp.dnsmadeeasy.com/servlet/updateip?username=[USERNAME]&password=[PASSWORD]&id=[DOMAIN]&ip=[IP]" "success|ip-same" "dnsmax.com" "http://update.dnsmax.com/update/?username=[USERNAME]&password=[PASSWORD]&resellerid=1&clientname=openwrt&clientversion=8.09&protocolversion=2.0&updatehostname=[DOMAIN]&ip=[IP]" |