lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 35f0dc67ac98b41697c695ff4482da60efc3745a
parent d2ed4fab64c2169230bc4c3cfa451778d163c54f
Author: Steven Barth <steven@midlink.org>
Date:   Sat,  3 Oct 2015 10:44:26 +0200

Merge pull request #1805 from stefanhorning/ddns_service

ddns: Added schokokeks.org to ddns services
Diffstat:
Mnet/ddns-scripts/Makefile | 2+-
Mnet/ddns-scripts/files/services | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.4.3 # 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> diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services @@ -91,3 +91,6 @@ # domains.google.com non free service - require HTTPS communication "domains.google.com" "https://[USERNAME]:[PASSWORD]@domains.google.com/nic/update?hostname=[DOMAIN]&myip=[IP]" + +# Schokokeks Hosting, schokokeks.org +"schokokeks.org" "http://[USERNAME]:[PASSWORD]@dyndns.schokokeks.org/nic/update?myip=[IP]"