Browse Source

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

lilik-openwrt-22.03
Stefan Horning 9 years ago
parent
commit
86352d4f85
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      net/ddns-scripts/Makefile
  2. +3
    -0
      net/ddns-scripts/files/services

+ 1
- 1
net/ddns-scripts/Makefile View File

@ -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>


+ 3
- 0
net/ddns-scripts/files/services View File

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

Loading…
Cancel
Save