lede-packages-rs

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

commit 86352d4f850baf56316f0b030f7a09440d5f970e
parent aa8a98e6ecec35b4eb15d5ccb60413de793b85aa
Author: Stefan Horning <stefan@hornings.de>
Date:   Thu, 24 Sep 2015 23:02:52 +0200

ddns: Added schokokeks.org service. Signed-off-by: Stefan Horning <stefan@hornings.de>

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]"