mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
Merge pull request #1805 from stefanhorning/ddns_service
ddns: Added schokokeks.org to ddns services
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user