diff options
author | Danny Scott <doscott@gmail.com> | 2018-04-16 09:46:17 -0300 |
---|---|---|
committer | Danny Scott <doscott@gmail.com> | 2018-04-16 09:46:17 -0300 |
commit | d5ae2850b8bb6c78df3d44d95bef1aef8c107808 (patch) | |
tree | 8e4e3285f69a69e45a7e2637c4bcd4dfee538674 /net | |
parent | 62cd515fc47f8d081ab787006e6aa4f7fa3d0c86 (diff) |
ddns-scripts: Add OK to valid easydns resonse.
Signed-off-by: Danny Scott <doscott@gmail.com>'
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 30ef883e5..2150a4026 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.7 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=3 +PKG_RELEASE:=4 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 a5e43b3a4..6847092c1 100644 --- a/net/ddns-scripts/files/services +++ b/net/ddns-scripts/files/services @@ -108,7 +108,7 @@ "dynv6.com" "http://dynv6.com/api/update?hostname=[DOMAIN]&token=[PASSWORD]&ipv4=[IP]" "updated|unchanged" -"easydns.com" "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/generic.php?hostname=[DOMAIN]&myip=[IP]" "NOERROR" +"easydns.com" "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/generic.php?hostname=[DOMAIN]&myip=[IP]" "OK|NOERROR" "editdns.net" "http://dyndns-free.editdns.net/api/dynLinux.php?p=[PASSWORD]&r=[DOMAIN]" |